SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    36466, 36578, 36579, 36580, 36581, 36582, 
    36583, 36584, 36585, 36586, 36587, 
    36588, 36589, 36590, 36591, 36592, 
    36593, 36594, 36595, 36596
  ) 
  AND feature_id IN (23709) 
  AND lang_code = 'vi'

Query time 0.00929

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": 20,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 23709 and cscart_product_features_values.product_id in (36466,36578,36579,36580,36581,36582,36583,36584,36585,36586,36587,36588,36589,36590,36591,36592,36593,36594,36595,36596) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
36466 23709 82262
36578 23709 82271
36579 23709 82272
36580 23709 82273
36581 23709 82274
36582 23709 82275
36583 23709 82276
36584 23709 82277
36585 23709 82278
36586 23709 82279
36587 23709 82280
36588 23709 82281
36589 23709 82263
36590 23709 82264
36591 23709 82265
36592 23709 82266
36593 23709 82267
36594 23709 82268
36595 23709 82269
36596 23709 82270