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, 461277, 391037, 391032, 391031, 
    391030, 460955, 242, 243, 116541, 116547, 
    172
  ) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00043

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0216566,
    "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": 12,
          "cost": 0.0216566,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (190,461277,391037,391032,391031,391030,460955,242,243,116541,116547,172) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
172 <p> The T10 camcorder was designed to capture memories in comfort and in style. It boasts an ultra compact size, alightweight body and a brushed metal finish creating a subtle but sophisticated look and feel. In fact, its smooth curves fit so comfortably in your hand, it makes shooting video for longer periods of time more enjoyable </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>
242 <p>With 160GB of storage, iPod classic can hold up to 40,000 songs, 200 hours of video, or 25,000 photos.** That’s more than enough room for a day’s &mdash; or a lifetime’s &mdash; worth of entertainment.</p>
243 <p>With 160GB of storage, iPod classic can hold up to 40,000 songs, 200 hours of video, or 25,000 photos.** That’s more than enough room for a day’s &mdash; or a lifetime’s &mdash; worth of entertainment.</p>
116541 Bulk product description 104710
116547 Bulk product description 104716
391030
391031
391032
391037
460955
461277