SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13292, 13295, 13296, 13297, 13294, 13293
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00380

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 (13292,13295,13296,13297,13294,13293)) 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
13292 553 1912
13293 553 1912
13294 553 1912
13295 553 1912
13296 553 1912
13297 553 1912
13292 595 1904
13293 595 2451
13294 595 1787
13295 595 1905
13296 595 1900
13297 595 1462
13292 622 2559
13293 622 2559
13294 622 2559
13295 622 2559
13296 622 2559
13297 622 2559
13292 623 2524
13293 623 2524
13294 623 2524
13295 623 2524
13296 623 2524
13297 623 2524
13292 624 1694
13293 624 1694
13294 624 1694
13295 624 1694
13296 624 1694
13297 624 1694
13292 625 2413
13293 625 2413
13294 625 2413
13295 625 2413
13296 625 2413
13297 625 2413
13292 626 1926
13293 626 1926
13294 626 1926
13295 626 1926
13296 626 1926
13297 626 1926
13292 627 2290
13293 627 2290
13294 627 2290
13295 627 2290
13296 627 2290
13297 627 2290
13292 628 1712
13293 628 1712
13294 628 1712
13295 628 1712
13296 628 1712
13297 628 1712
13292 636 2344
13293 636 2344
13294 636 2344
13295 636 2344
13296 636 2344
13297 636 2344
13292 637 2345
13293 637 2345
13294 637 2345
13295 637 2345
13296 637 2345
13297 637 2345