SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    11071, 11088, 11087, 11086, 11085, 11084, 
    11083, 11082, 11081, 11080, 11079, 
    11078, 11077, 11076, 11067, 11068, 
    11072, 11074, 11069, 11070, 11073, 
    11075
  ) 
  AND feature_id IN (553, 624, 623) 
  AND lang_code = 'en'

Query time 0.00334

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "18.27"
    },
    "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": 79,
      "rows_produced_per_join": 79,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "10.38",
        "eval_cost": "7.90",
        "prefix_cost": "18.28",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (11071,11088,11087,11086,11085,11084,11083,11082,11081,11080,11079,11078,11077,11076,11067,11068,11072,11074,11069,11070,11073,11075)) 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
11067 553 1324
11067 623 1975
11067 624 1803
11068 553 1324
11068 623 2082
11068 624 1803
11069 553 1324
11069 623 2092
11069 624 1803
11070 553 1324
11070 623 2083
11070 624 1803
11071 553 1324
11071 623 2084
11071 624 1803
11072 553 1324
11072 623 2085
11072 624 1803
11073 553 1324
11073 623 2086
11073 624 1803
11074 553 1324
11074 623 2087
11074 624 1803
11075 553 1324
11075 623 2088
11075 624 1803
11076 553 1324
11076 623 2089
11076 624 1803
11077 553 1324
11077 623 2093
11077 624 1803
11078 553 2197
11078 623 1975
11078 624 1803
11079 553 2197
11079 623 2082
11079 624 1803
11080 553 2197
11080 623 2092
11080 624 1803
11081 553 2197
11081 623 2083
11081 624 1803
11082 553 2197
11082 623 2084
11082 624 1803
11083 553 2197
11083 623 2085
11083 624 1803
11084 553 2197
11084 623 2086
11084 624 1803
11085 553 2197
11085 623 2087
11085 624 1803
11086 553 2197
11086 623 2088
11086 624 1803
11087 553 2197
11087 623 2089
11087 624 1803
11088 553 2197
11088 623 2093
11088 624 1803