SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    25313, 25314, 25315, 25316, 25317, 25318, 
    25319, 25320, 25321
  ) 
  AND feature_id IN (104) 
  AND lang_code = 'en'

Query time 0.00058

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.33"
    },
    "table": {
      "table_name": "cscart_product_features_values",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "variant_id",
        "lang_code",
        "product_id",
        "fpl",
        "idx_product_feature_variant_id",
        "fl"
      ],
      "key": "product_id",
      "used_key_parts": [
        "product_id",
        "feature_id"
      ],
      "key_length": "6",
      "rows_examined_per_scan": 9,
      "rows_produced_per_join": 0,
      "filtered": "10.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "2.24",
        "eval_cost": "0.09",
        "prefix_cost": "2.33",
        "data_read_per_join": "36"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`cscart_db`.`cscart_product_features_values`.`feature_id` = 104) and (`cscart_db`.`cscart_product_features_values`.`product_id` in (25313,25314,25315,25316,25317,25318,25319,25320,25321)) and (`cscart_db`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
25313 104 30683
25314 104 43930
25315 104 43931
25316 104 43932
25317 104 43933
25318 104 43934
25319 104 23638
25320 104 30670
25321 104 27396