SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12132, 12133, 12134, 12135, 12136, 12137, 
    12138, 12139, 12140, 12141, 12142, 
    12143, 12144, 12145
  ) 
  AND feature_id IN (553, 622) 
  AND lang_code = 'en'

Query time 0.00308

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.45"
    },
    "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": "PRIMARY",
      "used_key_parts": [
        "feature_id",
        "product_id"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 53,
      "rows_produced_per_join": 22,
      "filtered": "42.69",
      "using_index": true,
      "cost_info": {
        "read_cost": "10.19",
        "eval_cost": "2.26",
        "prefix_cost": "12.45",
        "data_read_per_join": "17K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (12132,12133,12134,12135,12136,12137,12138,12139,12140,12141,12142,12143,12144,12145)) 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
12132 553 1324
12133 553 1324
12134 553 1324
12135 553 1324
12136 553 1324
12137 553 1324
12138 553 1324
12139 553 2197
12140 553 2197
12141 553 2197
12142 553 2197
12143 553 2197
12144 553 2197
12145 553 2197
12132 622 2170
12133 622 2158
12134 622 2159
12135 622 2160
12136 622 2155
12137 622 2156
12138 622 2157
12139 622 2170
12140 622 2158
12141 622 2159
12142 622 2160
12143 622 2155
12144 622 2156
12145 622 2157