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 (296, 295, 294, 293, 292, 291) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00021

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": 6,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (296,295,294,293,292,291) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
291 <p>Cà phê rang xay K Black 227g: vị đậm đắng rõ, hương socola đen & caramel, hậu chua ngọt nhẹ. Hợp pha phin và espresso, ngon cả khi pha sữa. Giao toàn quốc!</p>
292 <p>Cà phê rang xay K Black 454g: 30% Arabica Blue Sơn La + 70% Robusta, đậm mượt hậu thanh, rang mộc nguyên chất. Hợp pha phin, pour over, cold brew. Giao toàn quốc!</p>
293 <p>Cà phê rang xay K Morning 227g: 30% Arabica Sơn La + 70% Robusta, đậm vừa đắng êm, hậu ngọt thanh. Gu phin truyền thống thuần Việt, gói nhỏ tiện mang đi. Đặt ngay!</p>
294 <p>Cà phê rang xay K Morning 454g: 30% Arabica Blue Sơn La + 70% Robusta, đậm vừa đắng êm, hậu ngọt thanh. Gu phin thuần Việt, rang mộc nguyên chất. Giao toàn quốc!</p>
295 <p>Thưởng thức cà phê rang xay K Morning đậm vị chuẩn gu Việt. 100% Arabica & Robusta nguyên chất, cam kết 3 Không, đạt chuẩn RA. Mua ngay nhận ưu đãi Freeship!</p>
296 <p>Thưởng thức cà phê rang xay K Happy đắng vừa, chua thanh nhẹ. 100% Arabica & Robusta nguyên chất, cam kết 3 Không, đạt chuẩn RA. Giao toàn quốc, Mua ngay!</p>