SELECT 
  product_id, 
  feature_id, 
  variant_id 
FROM 
  cscart_product_features_values 
WHERE 
  product_id IN (
    15668, 15667, 15666, 15665, 15664, 15663, 
    5962
  ) 
  AND feature_id IN (19838) 
  AND lang_code = 'vi'

Query time 0.00080

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": 7,
          "filtered": 100,
          "attached_condition": "cscart_product_features_values.feature_id = 19838 and cscart_product_features_values.product_id in (15668,15667,15666,15665,15664,15663,5962) and cscart_product_features_values.lang_code = 'vi'",
          "using_index": true
        }
      }
    ]
  }
}

Result

product_id feature_id variant_id
5962 19838 68979
15663 19838 68985
15664 19838 68980
15665 19838 68981
15666 19838 68982
15667 19838 68983
15668 19838 68984