SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    35730, 35810, 35811, 35812, 35813, 35814, 
    35815, 35816, 35817, 35818, 35819, 
    35820, 35821, 35822, 35823, 35824, 
    35825, 35826, 35827, 35828, 35829, 
    35830, 35831, 35832, 35833, 35834, 
    35835, 35836, 35837, 35838, 35839, 
    35840, 35841, 35842, 35843
  ) 
  AND feature_id IN (23620, 23621) 
  AND lang_code = 'vi'

Query time 0.00528

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": 70,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (35730,35810,35811,35812,35813,35814,35815,35816,35817,35818,35819,35820,35821,35822,35823,35824,35825,35826,35827,35828,35829,35830,35831,35832,35833,35834,35835,35836,35837,35838,35839,35840,35841,35842,35843) and cscart_product_features_values.feature_id in (23620,23621) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
35730 23620 81898
35730 23621 81905
35810 23620 81898
35810 23621 81906
35811 23620 81898
35811 23621 81907
35812 23620 81898
35812 23621 81908
35813 23620 81898
35813 23621 81909
35814 23620 81899
35814 23621 81905
35815 23620 81899
35815 23621 81906
35816 23620 81899
35816 23621 81907
35817 23620 81899
35817 23621 81908
35818 23620 81899
35818 23621 81909
35819 23620 81900
35819 23621 81905
35820 23620 81900
35820 23621 81906
35821 23620 81900
35821 23621 81907
35822 23620 81900
35822 23621 81908
35823 23620 81900
35823 23621 81909
35824 23620 81901
35824 23621 81905
35825 23620 81901
35825 23621 81906
35826 23620 81901
35826 23621 81907
35827 23620 81901
35827 23621 81908
35828 23620 81901
35828 23621 81909
35829 23620 81902
35829 23621 81905
35830 23620 81902
35830 23621 81906
35831 23620 81902
35831 23621 81907
35832 23620 81902
35832 23621 81908
35833 23620 81902
35833 23621 81909
35834 23620 81903
35834 23621 81905
35835 23620 81903
35835 23621 81906
35836 23620 81903
35836 23621 81907
35837 23620 81903
35837 23621 81908
35838 23620 81903
35838 23621 81909
35839 23620 81904
35839 23621 81905
35840 23620 81904
35840 23621 81906
35841 23620 81904
35841 23621 81907
35842 23620 81904
35842 23621 81908
35843 23620 81904
35843 23621 81909