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 (
    460958, 460957, 460955, 460952, 460951, 
    460948, 460947, 460946, 460918, 460921, 
    460936, 460804
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00040

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0216566,
    "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"],
          "loops": 1,
          "rows": 12,
          "cost": 0.0216566,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (460958,460957,460955,460952,460951,460948,460947,460946,460918,460921,460936,460804) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
460804 Lite Headphones 265 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460918 Pro Router 777 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460921 Ultra Camera 719 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460936 Smart Book 218 — high quality, tested and ready to ship. Generated sample data for CS-Cart import.
460946 <p>Upgrade your wardrobe with this classic Allen Solly Men's Cotton Polo T-Shirt, designed for comfort and style.</p>
460947 <p> iPad features a stunning Retina display, iSight® and FaceTime cameras, the all new A6X chip and ultrafast wireless. And with access to over 275,000 apps1 on the App Store, you can do more than ever. </p>
460948 <p>Experience unparalleled sound quality and ultimate comfort with our <strong>Premium Wireless Noise-Cancelling Headphones</strong>. Perfect for travel, work, or pure relaxation.</p>
460951 <p>Precise archival pens create fade resistant, waterproof, bleed free marks for drawing, artwork, journaling, and more Includes 6 black ink Pigma Micron pens in point sizes 005 (0.20mm), 01 (0.25mm), 02 (0.30mm), 03 (0.35mm), 05 (0.45mm), and 08 (0.50mm) Pigma Micron ink is pH neutral, quick drying, and approved by ACMI toxicologists; pens have AP certification seal Single pigment ink prevents color variations; pens feature durable plastic body and smooth grip for comfort Japanese quality Sakura Pigma Micron pens deliver consistent results for manga artists, graphic designers, and crafters</p>
460952 Elevate your lifestyle with the Mi Smart Watch. Monitor your health, track fitness goals, and stay connected with smart notifications, all from your wrist.
460955
460957
460958