SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    51182, 51181, 51180, 51179, 51178, 51177, 
    93
  ) 
  AND feature_id IN (193) 
  AND lang_code = 'ru'

Query time 0.00072

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.72"
    },
    "table": {
      "table_name": "cscart_product_features_values",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "fl",
        "lang_code",
        "product_id",
        "fpl",
        "idx_product_feature_variant_id"
      ],
      "key": "idx_product_feature_variant_id",
      "used_key_parts": [
        "product_id",
        "feature_id",
        "lang_code"
      ],
      "key_length": "12",
      "rows_examined_per_scan": 7,
      "rows_produced_per_join": 7,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "1.02",
        "eval_cost": "0.70",
        "prefix_cost": "1.72",
        "data_read_per_join": "5K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test_uchur_k`.`cscart_product_features_values`.`feature_id` = 193) and (`test_uchur_k`.`cscart_product_features_values`.`product_id` in (51182,51181,51180,51179,51178,51177,93)) and (`test_uchur_k`.`cscart_product_features_values`.`lang_code` = 'ru'))"
    }
  }
}

Result

product_id feature_id variant_id
93 193 1371
51177 193 1365
51178 193 1366
51179 193 1367
51180 193 1368
51181 193 1369
51182 193 1370