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 (190, 460948, 184, 183) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.00774628,
    "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": 4,
          "cost": 0.00774628,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (190,460948,184,183) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
183 <p>The Samsung T50200SB 50-200mm Telephoto OIS Lens is a long telephoto zoom lens compatible with our NX Series of digital cameras.</p>
184 <p>Samsung&rsquo;s compact 30mm pancake lens is the brightest in its class. With its 30mm fixed focal length and maximum aperture of F/2, you can capture exceptionally bright images &mdash; even in low-light situations such as shady forest paths and indoor weddings. You can also create striking, images with shallow depth of field in a variety of settings. And since it&rsquo;s incredibly slim and lightweight, you can take it with you everywhere.</p>
190 <p>Capture expansive landscapes and dramatic interiors with the <strong>AF-S DX NIKKOR 10-24mm f/3.5-4.5G ED</strong> ultra-wide-angle zoom lens. Designed specifically for Nikon DX-format DSLRs, it delivers stunning clarity and sharpness across its versatile focal range.</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>