SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    49868, 49867, 49864, 49865, 49866, 49873, 
    49872, 49871, 49870, 49869, 40818, 
    49874, 49875, 49876
  ) 
  AND feature_id IN (24144, 25095) 
  AND lang_code = 'vi'

Query time 0.00467

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": 44,
          "filtered": 95.45454407,
          "attached_condition": "cscart_product_features_values.product_id in (49868,49867,49864,49865,49866,49873,49872,49871,49870,49869,40818,49874,49875,49876) and cscart_product_features_values.feature_id in (24144,25095) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
40818 24144 84152
49864 24144 84152
49865 24144 84154
49866 24144 84154
49867 24144 84155
49868 24144 84155
49869 24144 84156
49870 24144 84156
49871 24144 87601
49872 24144 87601
49873 24144 87602
49874 24144 87602
49875 24144 84153
49876 24144 84153
40818 25095 87603
49864 25095 87604
49865 25095 87603
49866 25095 87604
49867 25095 87603
49868 25095 87604
49869 25095 87603
49870 25095 87604
49871 25095 87603
49872 25095 87604
49873 25095 87603
49874 25095 87604
49875 25095 87603
49876 25095 87604