SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (299, 298) 
  AND cscart_product_descriptions.lang_code = 'vn'

Query time 0.00019

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 2,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (299,298) and cscart_product_descriptions.lang_code = 'vn'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
298 <p>Gói 227g nhỏ gọn cho nhu cầu cá nhân, dùng thử. Robusta nguyên chất, vị đắng đậm mạnh mẽ kèm ngọt nhẹ sau khi uống; hương dày dặn socola đen và caramel, cảm giác mạnh và đầy đặn đặc trưng. Lý tưởng cho tách đen hoặc cà phê sữa pha phin truyền thống; cũng hợp French Press để tăng độ dày. Phù hợp người yêu gu cà phê Việt truyền thống. HSD 24 tháng.</p>
299 <p>Cà phê rang xay K1 454g – Robusta nguyên chất, đắng đậm, hương socola caramel. Hợp pha phin sữa & French Press. K Coffee chính hãng.</p>