SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    37497, 37606, 37607, 37608, 37609, 37610, 
    37611, 37612, 37613, 37614, 37615, 
    37616, 37617, 37618, 37619, 37620, 
    37621, 37622, 37623, 37624, 37625, 
    37626, 37627, 37628, 37629, 37630, 
    37631, 37632, 37633, 37634, 37635, 
    37636, 37637, 37638, 37639, 37640, 
    37641, 37642, 37643, 37644, 37645, 
    37646, 37647, 37648, 37649
  ) 
  AND feature_id IN (23802, 23803) 
  AND lang_code = 'vi'

Query time 0.00485

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": 90,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (37497,37606,37607,37608,37609,37610,37611,37612,37613,37614,37615,37616,37617,37618,37619,37620,37621,37622,37623,37624,37625,37626,37627,37628,37629,37630,37631,37632,37633,37634,37635,37636,37637,37638,37639,37640,37641,37642,37643,37644,37645,37646,37647,37648,37649) and cscart_product_features_values.feature_id in (23802,23803) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
37497 23802 82793
37497 23803 82810
37606 23802 82802
37606 23803 82810
37607 23802 82802
37607 23803 82811
37608 23802 82802
37608 23803 82812
37609 23802 82803
37609 23803 82810
37610 23802 82803
37610 23803 82811
37611 23802 82803
37611 23803 82812
37612 23802 82804
37612 23803 82810
37613 23802 82804
37613 23803 82811
37614 23802 82804
37614 23803 82812
37615 23802 82805
37615 23803 82810
37616 23802 82805
37616 23803 82811
37617 23802 82805
37617 23803 82812
37618 23802 82806
37618 23803 82810
37619 23802 82806
37619 23803 82811
37620 23802 82806
37620 23803 82812
37621 23802 82807
37621 23803 82810
37622 23802 82807
37622 23803 82811
37623 23802 82807
37623 23803 82812
37624 23802 82793
37624 23803 82811
37625 23802 82793
37625 23803 82812
37626 23802 82794
37626 23803 82810
37627 23802 82794
37627 23803 82811
37628 23802 82794
37628 23803 82812
37629 23802 82795
37629 23803 82810
37630 23802 82795
37630 23803 82811
37631 23802 82795
37631 23803 82812
37632 23802 82796
37632 23803 82810
37633 23802 82796
37633 23803 82811
37634 23802 82796
37634 23803 82812
37635 23802 82797
37635 23803 82810
37636 23802 82797
37636 23803 82811
37637 23802 82797
37637 23803 82812
37638 23802 82798
37638 23803 82810
37639 23802 82798
37639 23803 82811
37640 23802 82798
37640 23803 82812
37641 23802 82799
37641 23803 82810
37642 23802 82799
37642 23803 82811
37643 23802 82799
37643 23803 82812
37644 23802 82800
37644 23803 82810
37645 23802 82800
37645 23803 82811
37646 23802 82800
37646 23803 82812
37647 23802 82801
37647 23803 82810
37648 23802 82801
37648 23803 82811
37649 23802 82801
37649 23803 82812