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 (
    14136, 14145, 14131, 14142, 14133, 14137, 
    14143
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00020

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01296265,
    "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": 7,
          "cost": 0.01296265,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (14136,14145,14131,14142,14133,14137,14143) 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>
14136 Crafted from natural straw and designed with a timeless silhouette, this bag is both lightweight and durable — perfect for beach days, market strolls, or weekend getaways.
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>
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>
14145 Chic and functional duffel bag with spacious compartments, ideal for travel, gym, or daily use. Crafted with water-resistant fabric and easy-access front pockets.