SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    431698, 431699, 431700, 431701, 431702, 
    431703, 431704, 431705, 431706, 431707, 
    431708, 431709, 431710, 431711, 431712, 
    431713, 431714, 431715, 431716, 431717, 
    431718, 431719, 431720, 431721, 431722, 
    431723, 431724, 431725, 431726, 431727, 
    431728, 431729, 431730, 431731, 431732, 
    431733
  ) 
  AND feature_id IN (626, 860) 
  AND lang_code = 'en'

Query time 0.00706

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "29.99"
    },
    "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": "lang_code",
      "used_key_parts": [
        "lang_code",
        "feature_id",
        "product_id"
      ],
      "key_length": "12",
      "rows_examined_per_scan": 72,
      "rows_produced_per_join": 72,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "15.59",
        "eval_cost": "14.40",
        "prefix_cost": "29.99",
        "data_read_per_join": "55K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_features_values`.`product_id` in (431698,431699,431700,431701,431702,431703,431704,431705,431706,431707,431708,431709,431710,431711,431712,431713,431714,431715,431716,431717,431718,431719,431720,431721,431722,431723,431724,431725,431726,431727,431728,431729,431730,431731,431732,431733)) and (`webmarco`.`cscart_product_features_values`.`feature_id` in (626,860)) and (`webmarco`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
431698 626 7164
431699 626 7168
431700 626 7168
431701 626 7168
431702 626 7168
431703 626 7169
431704 626 7169
431705 626 7169
431706 626 7169
431707 626 7170
431708 626 7170
431709 626 7170
431710 626 7170
431711 626 7171
431712 626 7171
431713 626 7171
431714 626 7171
431715 626 38285
431716 626 38285
431717 626 38285
431718 626 38285
431719 626 7164
431720 626 7164
431721 626 7164
431722 626 7165
431723 626 7165
431724 626 7165
431725 626 7165
431726 626 7166
431727 626 7166
431728 626 7166
431729 626 7166
431730 626 7167
431731 626 7167
431732 626 7167
431733 626 7167
431698 860 64062
431699 860 64062
431700 860 64236
431701 860 64691
431702 860 65302
431703 860 64062
431704 860 64236
431705 860 64691
431706 860 65302
431707 860 64062
431708 860 64236
431709 860 64691
431710 860 65302
431711 860 64062
431712 860 64236
431713 860 64691
431714 860 65302
431715 860 64062
431716 860 64236
431717 860 64691
431718 860 65302
431719 860 64236
431720 860 64691
431721 860 65302
431722 860 64062
431723 860 64236
431724 860 64691
431725 860 65302
431726 860 64062
431727 860 64236
431728 860 64691
431729 860 65302
431730 860 64062
431731 860 64236
431732 860 64691
431733 860 65302