SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    264193, 264918, 264919, 264920, 264921, 
    264922, 264923, 264924, 264925, 264926
  ) 
  AND feature_id IN (649, 882) 
  AND lang_code = 'en'

Query time 0.00150

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.06"
    },
    "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": 20,
      "rows_produced_per_join": 20,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "5.06",
        "eval_cost": "4.00",
        "prefix_cost": "9.06",
        "data_read_per_join": "15K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_features_values`.`product_id` in (264193,264918,264919,264920,264921,264922,264923,264924,264925,264926)) and (`webmarco`.`cscart_product_features_values`.`feature_id` in (649,882)) and (`webmarco`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
264193 649 62608
264918 649 62609
264919 649 62610
264920 649 62611
264921 649 62612
264922 649 62608
264923 649 62609
264924 649 62610
264925 649 62611
264926 649 62612
264193 882 60392
264918 882 60392
264919 882 60392
264920 882 60392
264921 882 60392
264922 882 60412
264923 882 60412
264924 882 60412
264925 882 60412
264926 882 60412