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 (
    5549, 5541, 5544, 5546, 5543, 5547, 5542, 
    5548
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00063

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.67"
    },
    "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": 8,
      "rows_produced_per_join": 8,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (5549,5541,5544,5546,5543,5547,5542,5548)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.87",
        "eval_cost": "0.80",
        "prefix_cost": "5.67",
        "data_read_per_join": "36K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
5541 <p>The Trisa Espresso Machine Barista Plus (Red) is a professional-quality coffee maker designed for perfect espresso and cappuccino at home. Its easy-to-use controls, adjustable settings, and stylish red finish make it ideal for coffee lovers seeking café-quality drinks. Compact and efficient, it delivers rich, aromatic coffee every time.</p>
5542 <p>The Trisa Espresso Machine Barista Plus (Anthracite) delivers professional-quality espresso and cappuccino at home. Its easy-to-use controls, adjustable settings, and sleek anthracite finish make it perfect for coffee enthusiasts seeking café-quality drinks. Compact, stylish, and efficient, it ensures rich and aromatic coffee every time.</p>
5543 <p>The Trisa Espresso Machine Barista Plus (Silver) offers professional-quality espresso and cappuccino at home. Its easy-to-use controls, adjustable settings, and sleek silver finish provide a stylish and efficient coffee-making experience. Compact and elegant, it ensures rich, aromatic coffee every time.</p>
5544 <p>The Trisa Coffee Grinder Macinino Caffe is designed for freshly grinding coffee beans to perfection. Its adjustable grind settings allow you to achieve the desired coarseness for espresso, drip coffee, or French press. Compact and easy to use, it delivers fresh, aromatic coffee for the ultimate home brewing experience.</p>
5546 <p>The Trisa Coffee Mill Perfect Coffee Grinder is a high-quality appliance for grinding coffee beans to the perfect consistency. Its adjustable settings allow for fine or coarse grinds, making it suitable for espresso, drip coffee, or French press. Compact, efficient, and easy to use, it delivers fresh and aromatic coffee every time.</p>
5547 <p>The Trisa Filter Coffee Maker Perfect Coffee 6 is designed for brewing up to 6 cups of rich, aromatic coffee. Its easy-to-use controls and compact design make it perfect for home or office use. Enjoy fresh, flavorful coffee every time with this reliable and stylish coffee maker.</p>
5548 <p>The Trisa Filter Coffee Maker Perfect Coffee 12 brews up to 12 cups of rich and aromatic coffee. Its user-friendly controls and compact design make it ideal for home or office use. Reliable and stylish, it ensures fresh, flavorful coffee for family, friends, or colleagues every time.</p>
5549 <p>The Trisa Coffee Machine Espresso Perfetto is designed to deliver café-quality espresso and coffee drinks at home. With easy-to-use controls, adjustable settings, and a sleek design, it ensures rich, aromatic coffee every time. Compact and stylish, it’s perfect for coffee enthusiasts seeking professional-quality beverages.</p>