SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    49906, 49907, 49908, 49909, 49910, 49911, 
    49914, 49915, 49916, 49917, 49918, 
    49919
  ) 
  AND feature_id IN (24144, 25097) 
  AND lang_code = 'vi'

Query time 0.00365

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": 48,
          "filtered": 77.08333588,
          "attached_condition": "cscart_product_features_values.product_id in (49906,49907,49908,49909,49910,49911,49914,49915,49916,49917,49918,49919) and cscart_product_features_values.feature_id in (24144,25097) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
49906 24144 84152
49907 24144 84152
49908 24144 84154
49909 24144 84154
49910 24144 84155
49911 24144 84155
49914 24144 87601
49915 24144 87601
49916 24144 87602
49917 24144 87602
49918 24144 84153
49919 24144 84153
49906 25097 87614
49907 25097 87615
49908 25097 87614
49909 25097 87615
49910 25097 87614
49911 25097 87615
49914 25097 87614
49915 25097 87615
49916 25097 87614
49917 25097 87615
49918 25097 87614
49919 25097 87615