SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13098, 13104, 13103, 13102, 13101, 13100, 
    13099
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00650

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "6.75"
    },
    "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": 16,
      "rows_produced_per_join": 16,
      "filtered": "100.00",
      "using_index_for_skip_scan": true,
      "cost_info": {
        "read_cost": "5.15",
        "eval_cost": "1.60",
        "prefix_cost": "6.75",
        "data_read_per_join": "12K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`test2_gaseus`.`cscart_product_features_values`.`product_id` in (13098,13104,13103,13102,13101,13100,13099)) 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
13098 553 1973
13099 553 1973
13100 553 1973
13101 553 1973
13102 553 1973
13103 553 1973
13104 553 1973
13098 595 1904
13099 595 1905
13100 595 1789
13101 595 2499
13102 595 1787
13103 595 1900
13104 595 1899
13098 622 2497
13099 622 2497
13100 622 2497
13101 622 2497
13102 622 2497
13103 622 2497
13104 622 2497
13098 623 2501
13099 623 2501
13100 623 2501
13101 623 2501
13102 623 2501
13103 623 2501
13104 623 2501
13098 624 1803
13099 624 1803
13100 624 1803
13101 624 1803
13102 624 1803
13103 624 1803
13104 624 1803
13098 625 2513
13099 625 2513
13100 625 2513
13101 625 2513
13102 625 2513
13103 625 2513
13104 625 2513
13098 626 2031
13099 626 2031
13100 626 2031
13101 626 2031
13102 626 2031
13103 626 2031
13104 626 2031
13098 627 1659
13099 627 1659
13100 627 1659
13101 627 1659
13102 627 1659
13103 627 1659
13104 627 1659
13098 628 1660
13099 628 1660
13100 628 1660
13101 628 1660
13102 628 1660
13103 628 1660
13104 628 1660
13098 636 2348
13099 636 2348
13100 636 2348
13101 636 2348
13102 636 2348
13103 636 2348
13104 636 2348
13098 637 2345
13099 637 2345
13100 637 2345
13101 637 2345
13102 637 2345
13103 637 2345
13104 637 2345
13098 646 2369
13099 646 2369
13100 646 2369
13101 646 2369
13102 646 2369
13103 646 2369
13104 646 2369
13098 647 2373
13099 647 2373
13100 647 2373
13101 647 2373
13102 647 2373
13103 647 2373
13104 647 2373