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 (98119) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00508

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "product_descriptions",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "11",
      "ref": [
        "const",
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.00",
        "eval_cost": "0.10",
        "prefix_cost": "0.00",
        "data_read_per_join": "5K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ]
    }
  }
}

Result

product_id short_description full_description
98119 <p>Want a simple but very cute throw pillow, well it's here.&nbsp;</p> <p><br></p> <p>Unlike others you receive a ready to go pillow, not just a case.</p> <p><br></p> <p>1. Simply choose the pillow type (ex. White cotton like fabric or Natural Linen)</p> <p>2. Choose your design</p> <p>3. Place your order and wait the arrival.</p> <p>Both type of pillows have a hidden zipper on the right side for easy washing.</p> <p>This pillow designs are sublimation prints, heat pressed onto a case.</p> <p><br></p> <p>Please allow 3-5 days for processing. All pillows are filled with polyrster poly fill encased in a polyester square fabric.&nbsp;</p> <p>All pillows are received individually wrapped in plastic for protection during shipment.</p>