SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    11278, 11277, 11276, 11275, 11274, 11273, 
    11272, 11271, 11270, 11269, 11268, 
    11267, 11266, 11265, 11264, 11263, 
    11262, 11261, 11260, 11259
  ) 
  AND feature_id IN (553, 624, 623) 
  AND lang_code = 'en'

Query time 0.00399

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.92"
    },
    "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": 64,
      "rows_produced_per_join": 64,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "8.52",
        "eval_cost": "6.40",
        "prefix_cost": "14.92",
        "data_read_per_join": "49K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (11278,11277,11276,11275,11274,11273,11272,11271,11270,11269,11268,11267,11266,11265,11264,11263,11262,11261,11260,11259)) and (`gaseus`.`cscart_product_features_values`.`feature_id` in (553,624,623)) and (`gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
11259 553 1324
11259 623 1983
11259 624 1705
11260 553 1324
11260 623 2095
11260 624 1705
11261 553 1324
11261 623 2096
11261 624 1705
11262 553 1324
11262 623 2097
11262 624 1705
11263 553 1324
11263 623 2085
11263 624 1705
11264 553 1324
11264 623 2086
11264 624 1705
11265 553 1324
11265 623 2087
11265 624 1705
11266 553 1324
11266 623 2088
11266 624 1705
11267 553 1324
11267 623 2089
11267 624 1705
11268 553 1324
11268 623 2090
11268 624 1705
11269 553 2197
11269 623 1983
11269 624 1705
11270 553 2197
11270 623 2095
11270 624 1705
11271 553 2197
11271 623 2096
11271 624 1705
11272 553 2197
11272 623 2097
11272 624 1705
11273 553 2197
11273 623 2085
11273 624 1705
11274 553 2197
11274 623 2086
11274 624 1705
11275 553 2197
11275 623 2087
11275 624 1705
11276 553 2197
11276 623 2088
11276 624 1705
11277 553 2197
11277 623 2089
11277 624 1705
11278 553 2197
11278 623 2090
11278 624 1705