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 (
    14024, 14020, 14026, 14031, 14025, 14030, 
    14029, 14021, 14023, 14028, 14027
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.01991781,
    "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": 11,
          "cost": 0.01991781,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (14024,14020,14026,14031,14025,14030,14029,14021,14023,14028,14027) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
14020 <p><strong>High-quality dual-sharpener</strong> that sharpens slim and jumbo pencils to precise perfection.</p>
14021 <p><strong>Fine glitter powder</strong> in fashionable colors for face, neck, and décolletage.</p> <p>Sweep over the face and body. They can be built also into artificial nails by mixing them into UV gels and acrylic powder.</p>
14023 <p>The <strong>Makeup Sponge Pink</strong> is a versatile tool for a flawless makeup application. Its soft, rounded shape ensures smooth blending, giving you an even, natural finish every time. Perfect for liquid and cream formulas, this sponge helps you achieve a seamless and airbrushed look.</p>
14024 <p>This angled <strong>blusher brush</strong> is a professional essential tool from contouring to shaping and from darkening to highlighting.</p>
14025 <p>The <strong>Eyeshadow Brush</strong> is designed to deliver precise and smooth application of eyeshadow. Its soft bristles allow for easy blending and even coverage, making it perfect for creating both bold and subtle eye looks.</p>
14026 <p>The <strong>Eyebrow and Gel Eyeliner Brush</strong> is a versatile tool perfect for shaping brows and defining eyes. Its fine, angled tip allows for precise application of gel eyeliner or brow gel, ensuring sharp, clean lines for a flawless look.</p>
14027 <p>The <strong>Twin Eyebrow Brush</strong> is a must-have tool for perfect brows. With two sides—one for precise eyebrow shaping and the other for blending and grooming—this brush provides an effortless, professional finish every time. Ideal for applying brow powders, gels, and pomades.</p>
14028 <p>A <strong>powder brush</strong> is a professional essential tool for a light flawless application of loose or pressed powder.</p> <p>The hand-shaped brush applies the perfect amount of powder effortlessly.</p>
14029 <p>The <strong>Foundation Brush</strong> is designed to provide a flawless, airbrushed finish. Its dense, soft bristles allow for smooth, even application of liquid or cream foundations, ensuring a perfect base. Ideal for building coverage from light to full, this brush is a must-have for achieving a professional makeup</p>
14030 <p>The <strong>Flat Foundation Brush</strong> is designed for precise application of liquid or cream foundations. Its flat, densely packed bristles provide smooth, even coverage, helping to achieve a flawless finish. Perfect for applying foundation in a controlled manner, this brush ensures an airbrushed look with minimal product waste.</p>
14031 <p>The <strong>Eyeshadow Blender Brush</strong> is a must-have tool for creating soft, blended eye looks. With its fluffy, tapered bristles, it allows for seamless blending of eyeshadows, making it easy to achieve a smooth transition between colors. Ideal for both defining the crease and blending shadows for a flawless finish.</p>