SELECT 
  product_descriptions.product_id, 
  product_descriptions.short_description, 
  IF(
    product_descriptions.short_description = '' 
    OR product_descriptions.short_description IS NULL, 
    product_descriptions.full_description, 
    ''
  ) AS full_description 
FROM 
  product_descriptions 
WHERE 
  product_descriptions.product_id IN (
    10097, 10096, 10292, 10291, 17467, 10253, 
    10264, 10246, 10247, 10248, 10095, 
    10763
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00075

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.85"
    },
    "table": {
      "table_name": "product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "11",
      "rows_examined_per_scan": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.65",
        "eval_cost": "1.20",
        "prefix_cost": "9.85",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (10097,10096,10292,10291,17467,10253,10264,10246,10247,10248,10095,10763)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
10095 <p><strong>COLD AS ICE:</strong> Our cool MENTHOL unisex SHAVING SOAP is formulated to generate a rich lubricated lather, an invigorating minty scent, and a cooling sensation on the skin.<br></p>
10096 <p><strong>DREAM ON: </strong>Our SANDALWOOD bar carries that timeless scent of distinctively warm, smooth, precious-wood, with notes of patchouli. <br></p>
10097 <p><strong>GOOD VIBRATIONS:</strong> Is it possible to have a FUN scent? We think so&hellip; Try our super clean, refreshing SPEARMINT scented bar and see for yourself. <br></p>
10246 <p><strong>NEW SENSATION:</strong> Created with avocado oil, this popular bar cleanses,&nbsp; and moisturizes while providing a refreshing CITRUS scent. <br></p>
10247 <p><strong>PURPLE HAZE:</strong> Enjoy the warm, relaxing aura of this powerfully stimulating lavender bar. <br></p>
10248 <p><strong>SHINING STAR:</strong> Our all-in-one SHAMPOO & BODY bar is for those who like to keep it simple. <br></p>
10253 <p><strong>SOAP DECKS: </strong>Our handmade PINE soap decks are beautifully handcrafted to prolong the life of your natural soap. <br></p>
10264 <p><strong>SUPERSTITION: </strong>Our CHARCOAL bar deep cleans and extracts impurities from your skin that cause breakouts, irritation, and cellular damage responsible for premature aging.<br></p>
10291 <p><strong>TEA & SYMPATHY: </strong>Protect your skin from signs of aging and the damaging effects of free radicals with our green tea enriched soap bar. <br></p>
10292 <p><strong>THE ROSE:</strong> Moisturize and gently cleanse your skin with our sumptuous rose clay soap bar. <br></p>
10763 <p><strong>TUFF ENUFF:</strong> Our spicy unisex SHAVING SOAP is specially formulated to provide a close and comfortable shave while moisturizing your skin. <br></p>
17467 <p><strong></strong><strong>SOAP OF THE MONTH CLUB:</strong> Join our Soap of the Month Club! It’s a WONDERFUL way to surprise someone special or simply to treat yourself.</p>