SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    12146, 12147, 12148, 12149, 12150, 12151, 
    12152, 12153, 12154, 12155, 12156, 
    12157, 12158, 12159
  ) 
  AND feature_id IN (553, 622) 
  AND lang_code = 'en'

Query time 0.00435

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 (12146,12147,12148,12149,12150,12151,12152,12153,12154,12155,12156,12157,12158,12159)) 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
12146 553 1324
12147 553 1324
12148 553 1324
12149 553 1324
12150 553 1324
12151 553 1324
12152 553 1324
12153 553 2197
12154 553 2197
12155 553 2197
12156 553 2197
12157 553 2197
12158 553 2197
12159 553 2197
12146 622 2170
12147 622 2158
12148 622 2159
12149 622 2160
12150 622 2155
12151 622 2156
12152 622 2157
12153 622 2170
12154 622 2158
12155 622 2159
12156 622 2160
12157 622 2155
12158 622 2156
12159 622 2157