SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13064, 13065, 13066, 13067, 13068, 13069, 
    13070
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00543

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.02"
    },
    "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": 17,
      "rows_produced_per_join": 17,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.32",
        "eval_cost": "1.70",
        "prefix_cost": "7.02",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13064,13065,13066,13067,13068,13069,13070)) and (`test2_gaseus`.`cscart_product_features_values`.`feature_id` in (595,628,627,624,625,553,626,622,623,646,647,636,637)) and (`test2_gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
13064 553 1973
13065 553 1973
13066 553 1973
13067 553 1973
13068 553 1973
13069 553 1973
13070 553 1973
13064 595 1904
13065 595 1905
13066 595 1789
13067 595 2499
13068 595 1787
13069 595 1900
13070 595 1899
13064 622 2497
13065 622 2497
13066 622 2497
13067 622 2497
13068 622 2497
13069 622 2497
13070 622 2497
13064 623 2524
13065 623 2524
13066 623 2524
13067 623 2524
13068 623 2524
13069 623 2524
13070 623 2524
13064 624 1803
13065 624 1803
13066 624 1803
13067 624 1803
13068 624 1803
13069 624 1803
13070 624 1803
13064 625 2122
13065 625 2122
13066 625 2122
13067 625 2122
13068 625 2122
13069 625 2122
13070 625 2122
13064 626 2043
13065 626 2043
13066 626 2043
13067 626 2043
13068 626 2043
13069 626 2043
13070 626 2043
13064 627 1659
13065 627 1659
13066 627 1659
13067 627 1659
13068 627 1659
13069 627 1659
13070 627 1659
13064 628 1660
13065 628 1660
13066 628 1660
13067 628 1660
13068 628 1660
13069 628 1660
13070 628 1660
13064 636 2348
13065 636 2348
13066 636 2348
13067 636 2348
13068 636 2348
13069 636 2348
13070 636 2348
13064 637 2345
13065 637 2345
13066 637 2345
13067 637 2345
13068 637 2345
13069 637 2345
13070 637 2345
13064 646 2369
13065 646 2369
13066 646 2369
13067 646 2369
13068 646 2369
13069 646 2369
13070 646 2369
13064 647 2373
13065 647 2373
13066 647 2373
13067 647 2373
13068 647 2373
13069 647 2373
13070 647 2373