SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    1401, 33449, 33448, 33447, 33446, 33445, 
    33444, 33443, 33450, 33451, 33452, 
    33453, 33454, 33455
  ) 
  AND feature_id IN (23444, 23445) 
  AND lang_code = 'vi'

Query time 0.01153

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": 28,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (1401,33449,33448,33447,33446,33445,33444,33443,33450,33451,33452,33453,33454,33455) and cscart_product_features_values.feature_id in (23444,23445) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
1401 23444 81325
1401 23445 81332
33443 23444 81325
33443 23445 81333
33444 23444 81326
33444 23445 81332
33445 23444 81326
33445 23445 81333
33446 23444 81327
33446 23445 81332
33447 23444 81327
33447 23445 81333
33448 23444 81328
33448 23445 81332
33449 23444 81328
33449 23445 81333
33450 23444 81329
33450 23445 81332
33451 23444 81329
33451 23445 81333
33452 23444 81330
33452 23445 81332
33453 23444 81330
33453 23445 81333
33454 23444 81331
33454 23445 81332
33455 23444 81331
33455 23445 81333