SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    35732, 35855, 35856, 35857, 35858, 35859, 
    35860, 35861, 35862, 35863, 35864, 
    35865, 35866, 35867, 35868, 35869, 
    35870, 35871, 35872, 35873, 35874, 
    35875, 35876, 35877, 35878
  ) 
  AND feature_id IN (23624, 23625) 
  AND lang_code = 'vi'

Query time 0.00259

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": 50,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (35732,35855,35856,35857,35858,35859,35860,35861,35862,35863,35864,35865,35866,35867,35868,35869,35870,35871,35872,35873,35874,35875,35876,35877,35878) and cscart_product_features_values.feature_id in (23624,23625) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
35732 23624 81917
35732 23625 81922
35855 23624 81917
35855 23625 81923
35856 23624 81917
35856 23625 81924
35857 23624 81917
35857 23625 81925
35858 23624 81917
35858 23625 81926
35859 23624 81918
35859 23625 81922
35860 23624 81918
35860 23625 81923
35861 23624 81918
35861 23625 81924
35862 23624 81918
35862 23625 81925
35863 23624 81918
35863 23625 81926
35864 23624 81919
35864 23625 81922
35865 23624 81919
35865 23625 81923
35866 23624 81919
35866 23625 81924
35867 23624 81919
35867 23625 81925
35868 23624 81919
35868 23625 81926
35869 23624 81920
35869 23625 81922
35870 23624 81920
35870 23625 81923
35871 23624 81920
35871 23625 81924
35872 23624 81920
35872 23625 81925
35873 23624 81920
35873 23625 81926
35874 23624 81921
35874 23625 81922
35875 23624 81921
35875 23625 81923
35876 23624 81921
35876 23625 81924
35877 23624 81921
35877 23625 81925
35878 23624 81921
35878 23625 81926