SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    13073, 13074, 13075, 13076, 13077, 13071, 
    13072
  ) 
  AND feature_id IN (
    595, 628, 627, 624, 625, 553, 626, 622, 
    623, 646, 647, 636, 637
  ) 
  AND lang_code = 'en'

Query time 0.00489

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 (13073,13074,13075,13076,13077,13071,13072)) 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
13071 553 1973
13072 553 1973
13073 553 1973
13074 553 1973
13075 553 1973
13076 553 1973
13077 553 1973
13071 595 1904
13072 595 1905
13073 595 1789
13074 595 2499
13075 595 1787
13076 595 1900
13077 595 1899
13071 622 2497
13072 622 2497
13073 622 2497
13074 622 2497
13075 622 2497
13076 622 2497
13077 622 2497
13071 623 2501
13072 623 2501
13073 623 2501
13074 623 2501
13075 623 2501
13076 623 2501
13077 623 2501
13071 624 1803
13072 624 1803
13073 624 1803
13074 624 1803
13075 624 1803
13076 624 1803
13077 624 1803
13071 625 2123
13072 625 2123
13073 625 2123
13074 625 2123
13075 625 2123
13076 625 2123
13077 625 2123
13071 626 1721
13072 626 1721
13073 626 1721
13074 626 1721
13075 626 1721
13076 626 1721
13077 626 1721
13071 627 1659
13072 627 1659
13073 627 1659
13074 627 1659
13075 627 1659
13076 627 1659
13077 627 1659
13071 628 1660
13072 628 1660
13073 628 1660
13074 628 1660
13075 628 1660
13076 628 1660
13077 628 1660
13071 636 2348
13072 636 2348
13073 636 2348
13074 636 2348
13075 636 2348
13076 636 2348
13077 636 2348
13071 637 2345
13072 637 2345
13073 637 2345
13074 637 2345
13075 637 2345
13076 637 2345
13077 637 2345
13071 646 2369
13072 646 2369
13073 646 2369
13074 646 2369
13075 646 2369
13076 646 2369
13077 646 2369
13071 647 2373
13072 647 2373
13073 647 2373
13074 647 2373
13075 647 2373
13076 647 2373
13077 647 2373