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 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (49513, 49606, 49426, 49525) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00132

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "11",
          "used_key_parts": ["product_id", "lang_code"],
          "rows": 4,
          "filtered": 100,
          "index_condition": "cscart_product_descriptions.product_id in (49513,49606,49426,49525) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description
49426 <p>Nhu Pham Art showcases its talent with the stunning Marbled Pencil Case with Magnetic Lid.</p><p> </p><p>Crafted from high-quality paper, plywood, and fabric, this pen case offers durability, keeps your pens safe, and provides convenient organization. Decorated with mesmerizing marbled patterns, each piece is a unique and captivating work of art.</p><p> </p><p>This is a must-have for anyone seeking a stylish and functional pencil case in a perfect size.</p>
49513 <p>More than just a game, the Marbled Wooden Dominoes Set offers an artistic and stylish entertainment experience.</p> <p>Comprising 28 tiles, crafted from thick plywood and beautifully hand-marbled for each version, this set stands out with its meticulous craftsmanship, ensuring durability and resistance to dust and water while preserving its original beauty over time.</p> <p>This set is a delicate gift that brings fresh moments of entertainment to family and friends.</p>
49525 <p>Transform your workspace with an exquisite Marbled Mini Stationery Tray from Như Pham Art. Sized with inner dimensions of 10x15 cm, this tray seamlessly blends classic elegance with a touch of golden sophistication.</p> <p>Crafted from premium paper, each tray features a unique, random marbling pattern, ensuring no two are alike. Dust and water-resistant, thanks to a protective gloss varnish, it offers both style and durability.</p> <p>Enhance your desk's aesthetic and keep your essentials organized in style with this one-of-a-kind piece.</p>
49606 <p>Transform your workspace with an exquisite Marbled Mini Stationery Tray from Như Pham Art. Sized with inner dimensions of 10x15 cm, this tray seamlessly blends classic elegance with a touch of golden sophistication.</p> <p> </p> <p>Crafted from premium paper, each tray features a unique, random marbling pattern, ensuring no two are alike. Dust and water-resistant, thanks to a protective gloss varnish, it offers both style and durability.</p> <p> </p> <p>Enhance your desk's aesthetic and keep your essentials organized in style with this one-of-a-kind piece.</p>