SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13286, 13289, 13290, 13291, 13287, 13288
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00464

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.66"
    },
    "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",
        "variant_id",
        "lang_code"
      ],
      "key_length": "15",
      "rows_examined_per_scan": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "4.47",
        "eval_cost": "1.20",
        "prefix_cost": "5.67",
        "data_read_per_join": "9K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13286,13289,13290,13291,13287,13288)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (595,628,627,624,625,553,626,622,623,636,637)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13286 553 1912
13287 553 1912
13288 553 1912
13289 553 1912
13290 553 1912
13291 553 1912
13286 595 1904
13287 595 2451
13288 595 1787
13289 595 1905
13290 595 1900
13291 595 1462
13286 622 2559
13287 622 2559
13288 622 2559
13289 622 2559
13290 622 2559
13291 622 2559
13286 623 2524
13287 623 2524
13288 623 2524
13289 623 2524
13290 623 2524
13291 623 2524
13286 624 1694
13287 624 1694
13288 624 1694
13289 624 1694
13290 624 1694
13291 624 1694
13286 625 2122
13287 625 2122
13288 625 2122
13289 625 2122
13290 625 2122
13291 625 2122
13286 626 1928
13287 626 1928
13288 626 1928
13289 626 1928
13290 626 1928
13291 626 1928
13286 627 2290
13287 627 2290
13288 627 2290
13289 627 2290
13290 627 2290
13291 627 2290
13286 628 1712
13287 628 1712
13288 628 1712
13289 628 1712
13290 628 1712
13291 628 1712
13286 636 2344
13287 636 2344
13288 636 2344
13289 636 2344
13290 636 2344
13291 636 2344
13286 637 2345
13287 637 2345
13288 637 2345
13289 637 2345
13290 637 2345
13291 637 2345