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 (5472, 5550, 5564, 5555, 5473) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00057

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.55"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 5,
      "rows_produced_per_join": 5,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (5472,5550,5564,5555,5473)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "3.05",
        "eval_cost": "0.50",
        "prefix_cost": "3.55",
        "data_read_per_join": "22K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
5472 <p>The Rhea V+ Grande Premium is a high performance, fully automatic coffee machine designed for commercial or heavy duty office use. It features a dual brewing system that allows two different beverages to be prepared simultaneously, significantly reducing wait times in high traffic environments. With a large, intuitive touchscreen interface, extensive drink customization options, and separate systems for handling fresh milk and shelf stable alternatives, it delivers barista quality coffee, espresso, and milk based drinks at the touch of a button. Its large capacity for beans, water, and waste makes it an ideal solution for workplaces or settings requiring efficiency, volume, and consistent quality.</p>
5473 <p>The Rhea V+ Grande 2 Premium is a next generation, fully automatic super automatic espresso machine built for high-volume commercial environments like large offices or catering services. A significant evolution of its predecessor, it features an advanced dual brewing system for unparalleled speed, capable of preparing two different beverages simultaneously to eliminate queues. It boasts a large, high resolution touchscreen for intuitive navigation, an even more extensive and customizable drink menu, and state of the art milk technology that can seamlessly handle both fresh milk and alternative options. Designed for durability, effortless maintenance, and peak performance throughout the day, it represents a top tier solution for delivering consistent, barista-quality coffee at scale.</p>
5550 <p>The Rhea BL eC is a compact and efficient fully automatic coffee machine designed for small offices, home use, or locations with limited counter space. It simplifies the coffee experience with intuitive push button operation for popular beverages like espresso, lungo, and hot water, while maintaining important quality features such as an integrated ceramic burr grinder for fresh beans and a thermoblock heating system for rapid heat up and temperature stability. Though it typically requires manual milk frothing, its focus on core coffee quality, a small footprint, and ease of use make it a reliable and practical choice for delivering excellent coffee without complexity.</p>
5555 <p>The Rhea laRhea V+ grande is a high capacity, fully automatic bean to cup machine engineered for commercial use in offices, hotels, or other demanding environments. It is built for speed and volume, featuring a powerful dual brewing system that allows two different beverages to be prepared simultaneously, drastically reducing wait times during peak hours. With a large, intuitive touchscreen interface, extensive drink customization, and separate systems for fresh milk and shelf stable milk alternatives, it delivers a wide range of barista quality coffees, espressos, and milk based drinks consistently. Its large bean and water reservoirs, along with robust construction, make it ideal for serving high traffic while maintaining performance and ease of use.</p>
5564 <p>The Rhea rhTT3.pro is a professional, high volume fully automatic coffee machine designed for the most demanding commercial environments, such as large offices, cafeterias, or hotel breakfast services. It stands out with its advanced triple thermoblock heating system, which ensures simultaneous, rapid, and temperature stable preparation of coffee, hot water, and steam, enabling exceptional speed and continuous operation without performance loss. Featuring a large, customizable touchscreen, an extensive drink menu with deep personalization options, and professional grade milk cooling and frothing technology, it delivers barista quality consistency and efficiency at scale. Built for durability and heavy use, its large capacities and robust design make it a top tier solution for serving a high volume of customers with minimal downtime.</p>