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 (
    16337, 16336, 15745, 14662, 14148, 14131, 
    14142, 14138, 14133, 14137, 15734, 
    14143, 14653, 14655, 14659, 15741
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00037

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.02861176,
    "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": 16,
          "cost": 0.02861176,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (16337,16336,15745,14662,14148,14131,14142,14138,14133,14137,15734,14143,14653,14655,14659,15741) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
14131 <p>Fresh, fun, and effortlessly coastal — the <strong>Sunny Zest<em> Tote</em></strong> is your go-to summer sidekick.</p> <p>Featuring vibrant lemon-inspired prints and sturdy nautical rope handles, it’s perfect for sunny beach days and breezy strolls.</p> <p>Available in three refreshing designs: <strong>Zesty Lemon</strong>, <strong>Citrus Splash</strong>, and <strong>Blue Zest</strong>.</p>
14133 <p>With bold horizontal stripes and a relaxed feel, this bag brings effortless charm to any outing.</p> <p>Whether you're heading to the market, beach, or brunch, its spacious design and sturdy handles make it the perfect grab-and-go companion. Durable, lightweight, and endlessly stylish — stripes have never looked so good.</p> <p>Available in three effortlessly chic variations:</p> <p><strong>Sunset Red</strong> – vibrant and bold, for days when you want to stand out.<br /><strong>Earth Brown</strong> – warm and classic, perfect for grounded, everyday style.<br /><strong>Olive Grove</strong> – a blend of rich brown and soft green stripes for a nature-inspired look.</p>
14137 <p>Featuring soft white embroidered cloth panels against a natural straw base, this is perfect for brunch dates, weekend markets, or coastal getaways.</p> <p>Light, breathable, and effortlessly stylish — it’s the kind of piece that completes your summer story.</p>
14138 <p>Refined and thoughtfully detailed, <strong>The Lined Tote</strong> blends handwoven straw with softly wrapped fabric handles for a gentle contrast. Minimalist yet distinctive, it’s the perfect everyday bag with a touch of texture and tone.</p> <p>Available in two signature styles:</p> <p><strong>White</strong> – effortlessly clean and classic.<br /><strong>Black</strong> – understated and bold, for a modern edge.</p>
14142 <p>The <strong>Denim Drift Tote</strong> is your go-to for effortless style. Made with durable denim, it combines practicality with a classic blue vibe — perfect for any casual outing or day on the go.</p>
14143 <p>Sleek, stylish, and built for adventure, <strong>the Urban black duffel</strong> is the ultimate blend of form and function. Crafted from durable material, its deep black hue and spacious design make it perfect for gym sessions, weekend getaways, or everyday use. Carry it with confidence, wherever life takes you.</p>
14148 Stylish and lightweight duffel bag perfect for travel, gym, or daily use. Features water-resistant fabric, multiple zip pockets, and durable glossy straps.
14653 Distressed red flap backpack, a stylish vintage-inspired essential for everyday chic and hands-free convenience.
14655 Versatile white convertible backpack tote, a chic and adaptable bag for effortless style and everyday convenience.
14659 Modern black structured tote with unique wooden handle, a minimalist and chic accessory for contemporary style.
14662 Elegant rose pink structured handbag, a sophisticated accessory with metallic accents for a polished look.
15734 <p>Compact two-compartment wallet, a practical and sleek essential for organizing cards and cash.</p> <p><strong>Available in 7 vibrant different colours.</strong></p> <p><strong>Green</strong></p> <p><strong>Black</strong></p> <p><strong>Grey</strong></p> <p><strong>Brown</strong></p> <p><strong>Beige</strong></p> <p><strong>Pink</strong></p> <p><strong>Red</strong></p>
15741 Textured woven detail zip-around wallet, a stylish and organized essential for cards and cash.
15745 Vibrant red textured flap wallet, a compact and stylish accessory with a unique crocodile-embossed detail.
16336 Stylish quilted crossbody phone wallet, a compact and organized accessory for carrying your phone and essentials hands-free.
16337 Chic light blue quilted crossbody phone bag with a stylish patterned strap, a compact and fashionable way to carry your phone and essentials.