SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12188, 12189, 12190, 12191, 12192, 12193, 
    12194, 12195, 12196, 12197, 12198, 
    12199, 12200, 12201
  ) 
  AND feature_id IN (553, 622) 
  AND lang_code = 'en'

Query time 0.00191

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.90"
    },
    "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": 55,
      "rows_produced_per_join": 55,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "7.40",
        "eval_cost": "5.50",
        "prefix_cost": "12.90",
        "data_read_per_join": "42K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (12188,12189,12190,12191,12192,12193,12194,12195,12196,12197,12198,12199,12200,12201)) and (`gaseus`.`cscart_product_features_values`.`feature_id` in (553,622)) and (`gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
12188 553 1324
12188 622 2189
12189 553 1324
12189 622 2158
12190 553 1324
12190 622 2159
12191 553 1324
12191 622 2160
12192 553 1324
12192 622 2155
12193 553 1324
12193 622 2156
12194 553 1324
12194 622 2157
12195 553 2197
12195 622 2189
12196 553 2197
12196 622 2158
12197 553 2197
12197 622 2159
12198 553 2197
12198 622 2160
12199 553 2197
12199 622 2155
12200 553 2197
12200 622 2156
12201 553 2197
12201 622 2157