SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    42077, 42078, 42079, 42080, 41713, 42081, 
    42082, 42083, 42084, 42085, 42086, 
    42087, 42088, 42089, 42090, 42091, 
    42092, 42093, 42094, 42095
  ) 
  AND feature_id IN (24257, 24256) 
  AND lang_code = 'vi'

Query time 0.00878

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": 40,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.product_id in (42077,42078,42079,42080,41713,42081,42082,42083,42084,42085,42086,42087,42088,42089,42090,42091,42092,42093,42094,42095) and cscart_product_features_values.feature_id in (24257,24256) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
41713 24256 84529
41713 24257 84536
42077 24256 84639
42077 24257 84536
42078 24256 84639
42078 24257 84537
42079 24256 84528
42079 24257 84536
42080 24256 84528
42080 24257 84537
42081 24256 84529
42081 24257 84537
42082 24256 84530
42082 24257 84536
42083 24256 84530
42083 24257 84537
42084 24256 84531
42084 24257 84536
42085 24256 84531
42085 24257 84537
42086 24256 84532
42086 24257 84536
42087 24256 84532
42087 24257 84537
42088 24256 84533
42088 24257 84536
42089 24256 84533
42089 24257 84537
42090 24256 84534
42090 24257 84536
42091 24256 84534
42091 24257 84537
42092 24256 84535
42092 24257 84536
42093 24256 84535
42093 24257 84537
42094 24256 84638
42094 24257 84536
42095 24256 84638
42095 24257 84537