SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    262380, 262381, 262382, 262383, 262384, 
    262385, 262386, 262387, 262388, 262389, 
    262390
  ) 
  AND feature_id IN (897) 
  AND lang_code = 'en'

Query time 0.00094

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.43"
    },
    "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": 11,
      "rows_produced_per_join": 11,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "3.24",
        "eval_cost": "2.20",
        "prefix_cost": "5.44",
        "data_read_per_join": "8K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_features_values`.`feature_id` = 897) and (`webmarco`.`cscart_product_features_values`.`product_id` in (262380,262381,262382,262383,262384,262385,262386,262387,262388,262389,262390)) and (`webmarco`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
262380 897 62223
262381 897 62224
262382 897 62225
262383 897 62226
262384 897 62227
262385 897 63600
262386 897 63601
262387 897 63602
262388 897 63603
262389 897 63604
262390 897 63605