SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    41556, 33214, 41557, 41558, 41555, 41553, 
    41554, 41552, 41551
  ) 
  AND feature_id IN (24240) 
  AND lang_code = 'vi'

Query time 0.00360

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": 9,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 24240 and cscart_product_features_values.product_id in (41556,33214,41557,41558,41555,41553,41554,41552,41551) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
33214 24240 84462
41551 24240 84463
41552 24240 84464
41553 24240 84465
41554 24240 84466
41555 24240 84467
41556 24240 84468
41557 24240 84469
41558 24240 84470