SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    44995, 44943, 44986, 44987, 44988, 44989, 
    44994, 44993, 44992, 44991, 44990, 
    45008, 45007, 45006, 45005, 45004, 
    45003, 45002, 45001, 45000, 44999, 
    44998, 44997, 44996
  ) 
  AND feature_id IN (24552, 24551) 
  AND lang_code = 'vi'

Query time 0.01491

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": "PRIMARY",
          "key_length": "6",
          "used_key_parts": ["feature_id", "product_id"],
          "rows": 95,
          "filtered": 52.63158035,
          "attached_condition": "cscart_product_features_values.product_id in (44995,44943,44986,44987,44988,44989,44994,44993,44992,44991,44990,45008,45007,45006,45005,45004,45003,45002,45001,45000,44999,44998,44997,44996) and cscart_product_features_values.feature_id in (24552,24551) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
44943 24551 85626
44986 24551 85626
44987 24551 85626
44988 24551 85627
44989 24551 85627
44990 24551 85627
44991 24551 85628
44992 24551 85628
44993 24551 85628
44994 24551 85629
44995 24551 85629
44996 24551 85629
44997 24551 85630
44998 24551 85630
44999 24551 85630
45000 24551 85631
45001 24551 85631
45002 24551 85631
45003 24551 85632
45004 24551 85632
45005 24551 85632
45006 24551 85633
45007 24551 85633
45008 24551 85633
44943 24552 85634
44986 24552 85635
44987 24552 85636
44988 24552 85634
44989 24552 85635
44990 24552 85636
44991 24552 85634
44992 24552 85635
44993 24552 85636
44994 24552 85634
44995 24552 85635
44996 24552 85636
44997 24552 85634
44998 24552 85635
44999 24552 85636
45000 24552 85634
45001 24552 85635
45002 24552 85636
45003 24552 85634
45004 24552 85635
45005 24552 85636
45006 24552 85634
45007 24552 85635
45008 24552 85636