SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    7502, 7503, 7584, 7585, 7622, 7623, 7660, 
    7661, 7698, 7699, 3722, 1439, 5147, 
    5148, 5146, 5145, 1438, 1436, 1437, 
    1435, 1434, 3721
  ) 
  AND feature_id IN (
    627, 623, 622, 626, 553, 625, 624, 628, 
    595
  ) 
  AND lang_code = 'en'

Query time 0.01041

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "45.15"
    },
    "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": "idx_product_feature_variant_id",
      "used_key_parts": [
        "product_id",
        "feature_id",
        "lang_code"
      ],
      "key_length": "12",
      "rows_examined_per_scan": 199,
      "rows_produced_per_join": 199,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "25.25",
        "eval_cost": "19.90",
        "prefix_cost": "45.15",
        "data_read_per_join": "153K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (7502,7503,7584,7585,7622,7623,7660,7661,7698,7699,3722,1439,5147,5148,5146,5145,1438,1436,1437,1435,1434,3721)) and (`gaseus`.`cscart_product_features_values`.`feature_id` in (627,623,622,626,553,625,624,628,595)) and (`gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
1434 553 1973
1434 595 1899
1434 622 2029
1434 623 2002
1434 624 1803
1434 625 2337
1434 626 1721
1434 627 1659
1434 628 1660
1435 553 1973
1435 595 2075
1435 622 2029
1435 623 2002
1435 624 1803
1435 625 2337
1435 626 1721
1435 627 1659
1435 628 1660
1436 553 1973
1436 595 1905
1436 622 2029
1436 623 2002
1436 624 1803
1436 625 2337
1436 626 1721
1436 627 1659
1436 628 1660
1437 553 1973
1437 595 1787
1437 622 2029
1437 623 2002
1437 624 1803
1437 625 2337
1437 626 1721
1437 627 1659
1437 628 1660
1438 553 1912
1438 595 1789
1438 622 2029
1438 623 2002
1438 624 1803
1438 625 2337
1438 626 1721
1438 627 1659
1438 628 1660
1439 553 1912
1439 595 1904
1439 622 2029
1439 623 2002
1439 624 1803
1439 625 2337
1439 626 1721
1439 627 1659
1439 628 1660
3721 553 1973
3721 595 1789
3721 622 2029
3721 623 2002
3721 624 1803
3721 625 2337
3721 626 1721
3721 627 1659
3721 628 1660
3722 553 1973
3722 595 1904
3722 622 2029
3722 623 2002
3722 624 1803
3722 625 2337
3722 626 1721
3722 627 1659
3722 628 1660
5145 553 1912
5145 595 1899
5145 622 2029
5145 623 2002
5145 624 1803
5145 625 2337
5145 626 1721
5145 627 1659
5145 628 1660
5146 553 1912
5146 595 2075
5146 622 2029
5146 623 2002
5146 624 1803
5146 625 2337
5146 626 1721
5146 627 1659
5146 628 1660
5147 553 1912
5147 595 1905
5147 622 2029
5147 623 2002
5147 624 1803
5147 625 2337
5147 626 1721
5147 627 1659
5147 628 1660
5148 553 1912
5148 595 1787
5148 622 2029
5148 623 2002
5148 624 1803
5148 625 2337
5148 626 1721
5148 627 1659
5148 628 1660
7502 553 1973
7502 595 1748
7502 622 2029
7502 623 2002
7502 624 1803
7502 625 2337
7502 626 1721
7502 627 1659
7502 628 1660
7503 553 1912
7503 595 1748
7503 622 2029
7503 623 2002
7503 624 1803
7503 625 2337
7503 626 1721
7503 627 1659
7503 628 1660
7584 553 1973
7584 595 2000
7584 622 2029
7584 623 2002
7584 624 1803
7584 625 2337
7584 626 1721
7584 627 1659
7584 628 1660
7585 553 1912
7585 595 2000
7585 622 2029
7585 623 2002
7585 624 1803
7585 625 2337
7585 626 1721
7585 627 1659
7585 628 1660
7622 553 1973
7622 595 1995
7622 622 2029
7622 623 2002
7622 624 1803
7622 625 2337
7622 626 1721
7622 627 1659
7622 628 1660
7623 553 1912
7623 595 1995
7623 622 2029
7623 623 2002
7623 624 1803
7623 625 2337
7623 626 1721
7623 627 1659
7623 628 1660
7660 553 1973
7660 595 1902
7660 622 2029
7660 623 2002
7660 624 1803
7660 625 2337
7660 626 1721
7660 627 1659
7660 628 1660
7661 553 1912
7661 595 1902
7661 622 2029
7661 623 2002
7661 624 1803
7661 625 2337
7661 626 1721
7661 627 1659
7661 628 1660
7698 553 1973
7698 595 1900
7698 622 2029
7698 623 2002
7698 624 1803
7698 625 2337
7698 626 1721
7698 627 1659
7698 628 1660
7699 553 1912
7699 595 1900
7699 622 2029
7699 623 2002
7699 624 1803
7699 625 2337
7699 626 1721
7699 627 1659
7699 628 1660