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 (10412, 10371, 10411) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.13"
    },
    "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": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`product_id` in (10412,10371,10411)) and (`softwarepirmam_hewadelivard_cscart_4`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "1.83",
        "eval_cost": "0.30",
        "prefix_cost": "2.13",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
10371 <p>The HAUSBERG HB-3735AB Coffee Maker is designed to deliver a smooth and enjoyable coffee experience every day. With its practical and elegant design, it fits perfectly into any kitchen or office space. This coffee maker allows you to prepare your favorite coffee easily, ensuring consistent flavor and aroma with every brew. Built for convenience and daily use, it is an ideal choice for coffee lovers who value simplicity, reliability, and modern style.</p>
10411 <p><strong>Hausberg Electric Turkish Coffee Machine<br /></strong> is a modern and efficient appliance designed to brew traditional Turkish coffee with ease, combining a sleek electric operation with the authentic taste and rich aroma you love; featuring a durable pot and precise heating system that ensures consistent temperature control for perfectly foamy coffee every time, intuitive controls for simple use, and a compact design that fits comfortably on any countertop, making it an ideal choice for daily coffee rituals or entertaining guests with genuine Turkish coffee at home.</p>
10412 <p><strong>Hausberg Electric Coffee Grinder<br /></strong> is a compact and efficient kitchen tool designed to grind coffee beans to your preferred consistency, featuring a powerful motor and sharp stainless-steel blades that rapidly break down beans for fresh, aromatic grounds; its user-friendly design includes a secure lid and simple controls for easy operation, while the durable construction ensures long-lasting performance, making it perfect for preparing freshly ground coffee for espresso, drip brews, French press, and more with rich flavor and optimal texture.</p>