SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    11909, 11910, 11911, 11912, 11913, 11914, 
    11915, 11916, 11917, 11918, 11919, 
    11920, 11921, 11922, 11923, 11924, 
    11925, 11926, 11927, 11928
  ) 
  AND feature_id IN (553, 623) 
  AND lang_code = 'en'

Query time 0.00819

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "12.68"
    },
    "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": 54,
      "rows_produced_per_join": 54,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "7.28",
        "eval_cost": "5.40",
        "prefix_cost": "12.68",
        "data_read_per_join": "41K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (11909,11910,11911,11912,11913,11914,11915,11916,11917,11918,11919,11920,11921,11922,11923,11924,11925,11926,11927,11928)) and (`gaseus`.`cscart_product_features_values`.`feature_id` in (553,623)) and (`gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
11909 553 1324
11909 623 2094
11910 553 1324
11910 623 2095
11911 553 1324
11911 623 2096
11912 553 1324
11912 623 2084
11913 553 1324
11913 623 2085
11914 553 1324
11914 623 2086
11915 553 1324
11915 623 2087
11916 553 1324
11916 623 2088
11917 553 1324
11917 623 2089
11918 553 1324
11918 623 2090
11919 553 2197
11919 623 2094
11920 553 2197
11920 623 2095
11921 553 2197
11921 623 2096
11922 553 2197
11922 623 2084
11923 553 2197
11923 623 2085
11924 553 2197
11924 623 2086
11925 553 2197
11925 623 2087
11926 553 2197
11926 623 2088
11927 553 2197
11927 623 2089
11928 553 2197
11928 623 2090