SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    1429, 23233, 23234, 23235, 23236, 23237, 
    23238, 23239
  ) 
  AND feature_id IN (21655) 
  AND lang_code = 'vi'

Query time 0.00237

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "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",
          "key_length": "12",
          "used_key_parts": ["product_id", "feature_id", "lang_code"],
          "rows": 8,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 21655 and cscart_product_features_values.product_id in (1429,23233,23234,23235,23236,23237,23238,23239) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
1429 21655 75729
23233 21655 75736
23234 21655 75730
23235 21655 75731
23236 21655 75732
23237 21655 75733
23238 21655 75734
23239 21655 75735