SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    46795, 46794, 46793, 46792, 46791, 46790, 
    46789, 46788, 46787, 46786, 46785, 
    46784, 46783, 46782, 46781, 46737
  ) 
  AND feature_id IN (24710, 24709) 
  AND lang_code = 'vi'

Query time 0.00323

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": 43,
          "filtered": 76.7441864,
          "attached_condition": "cscart_product_features_values.product_id in (46795,46794,46793,46792,46791,46790,46789,46788,46787,46786,46785,46784,46783,46782,46781,46737) and cscart_product_features_values.feature_id in (24710,24709) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
46737 24709 86188
46781 24709 86188
46782 24709 86188
46783 24709 86188
46784 24709 86188
46785 24709 86188
46786 24709 86188
46787 24709 86188
46788 24709 86189
46789 24709 86189
46790 24709 86189
46791 24709 86189
46792 24709 86189
46793 24709 86189
46794 24709 86189
46795 24709 86189
46737 24710 86190
46781 24710 86191
46782 24710 86192
46783 24710 86193
46784 24710 86194
46785 24710 86195
46786 24710 86196
46787 24710 86197
46788 24710 86190
46789 24710 86191
46790 24710 86192
46791 24710 86193
46792 24710 86194
46793 24710 86195
46794 24710 86196
46795 24710 86197