SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    10972, 10973, 10974, 10975, 10976, 10977, 
    10978, 10979, 10980, 10981, 10982, 
    10983, 10984, 10965, 10966, 10967, 
    10968, 10969, 10970, 10971
  ) 
  AND feature_id IN (553, 624, 623) 
  AND lang_code = 'en'

Query time 0.00302

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "14.02"
    },
    "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": 60,
      "rows_produced_per_join": 60,
      "filtered": "100.00",
      "using_index": true,
      "cost_info": {
        "read_cost": "8.02",
        "eval_cost": "6.00",
        "prefix_cost": "14.02",
        "data_read_per_join": "46K"
      },
      "used_columns": [
        "feature_id",
        "product_id",
        "variant_id",
        "lang_code"
      ],
      "attached_condition": "((`gaseus`.`cscart_product_features_values`.`product_id` in (10972,10973,10974,10975,10976,10977,10978,10979,10980,10981,10982,10983,10984,10965,10966,10967,10968,10969,10970,10971)) and (`gaseus`.`cscart_product_features_values`.`feature_id` in (553,624,623)) and (`gaseus`.`cscart_product_features_values`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id feature_id variant_id
10965 553 1324
10965 623 1983
10965 624 1705
10966 553 1324
10966 623 2095
10966 624 1705
10967 553 1324
10967 623 2096
10967 624 1705
10968 553 1324
10968 623 2097
10968 624 1705
10969 553 1324
10969 623 2085
10969 624 1705
10970 553 1324
10970 623 2086
10970 624 1705
10971 553 1324
10971 623 2087
10971 624 1705
10972 553 1324
10972 623 2088
10972 624 1705
10973 553 1324
10973 623 2089
10973 624 1705
10974 553 1324
10974 623 2090
10974 624 1705
10975 553 2197
10975 623 1983
10975 624 1705
10976 553 2197
10976 623 2095
10976 624 1705
10977 553 2197
10977 623 2096
10977 624 1705
10978 553 2197
10978 623 2097
10978 624 1705
10979 553 2197
10979 623 2085
10979 624 1705
10980 553 2197
10980 623 2086
10980 624 1705
10981 553 2197
10981 623 2087
10981 624 1705
10982 553 2197
10982 623 2088
10982 624 1705
10983 553 2197
10983 623 2089
10983 624 1705
10984 553 2197
10984 623 2090
10984 624 1705