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

Query time 0.00206

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.66"
    },
    "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": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "1.46",
        "eval_cost": "0.20",
        "prefix_cost": "1.66",
        "data_read_per_join": "10K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (258939,258936)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
258936 <p>Gray Fox Head Nursery Kid Pillow | Woodland Nursery Pillow | Baby Shower Gift | Baby Pillow | Crib Pillow | Baby Gift | Nursery Decor<br><br>This cute gray fox head pillow makes a fun addition to any nursery / kids room. Made completely of fleece and minky dot, this pillow is soft and hug friendly. Perfect for a woodland or animal theme nursery. Makes a wonderful gift for a little boy or girl!<br><br>No two pillows are ever the same due to its handmade nature so you can be sure you are getting an original product.<br><br>------------------------------------------------------------------------------------------------<br><br>2 Thickness options available (shown in pictures):<br><br>Thin - 4oz<br>Medium - 6oz<br><br>------------------------------------------------------------------------------------------------<br><br>- Colors: light gray, white, and black.<br>- Measurements: 15" x 9" from its widest point, and tallest points.<br>- Fabric: combination of fleece and minky dot.<br>- Filling: premium polyester fiberfill.<br>- Construction: handcut and assembled with machine ( zig zag ) stitching.<br>- Care Instructions: spot clean or machine wash.<br><br>------------------------------------------------------------------------------------------------<br><br>- This item is made to order.<br>- Current lead time: 1-2 weeks.<br><br>Need it sooner? Please contact me - I will do my best to accommodate your request.<br><br>------------------------------------------------------------------------------------------------<br><br>Want a different color? I gladly accept custom orders.<br><br>------------------------------------------------------------------------------------------------<br><br>Best Wishes,<br>Yafei</p>
258939 <p>Tan Fox Head Nursery Kid Pillow | Woodland Nursery Pillow | Baby Shower Gift | Baby Pillow | Crib Pillow | Baby Gift | Nursery Decor<br><br>This cute tan fox head pillow makes a fun addition to any nursery / kids room. Made completely of fleece and minky dot, this pillow is soft and hug friendly. Perfect for a woodland or animal theme nursery. Makes a wonderful gift for a little boy or girl!<br><br>No two pillows are ever the same due to its handmade nature so you can be sure you are getting an original product.<br><br>------------------------------------------------------------------------------------------------<br><br>2 Thickness options available (shown in pictures):<br><br>Thin - 4oz<br>Medium - 6oz<br><br>------------------------------------------------------------------------------------------------<br><br>- Colors: light tan, white, and black.<br>- Measurements: 15" x 9" from its widest point, and tallest points.<br>- Fabric: combination of fleece and minky dot.<br>- Filling: premium polyester fiberfill.<br>- Construction: handcut and assembled with machine ( zig zag ) stitching.<br>- Care Instructions: spot clean or machine wash.<br><br>------------------------------------------------------------------------------------------------<br><br>- This item is made to order.<br>- Current lead time: 1-2 weeks.<br><br>Need it sooner? Please contact me - I will do my best to accommodate your request.<br><br>------------------------------------------------------------------------------------------------<br><br>Want a different color? I gladly accept custom orders.<br><br>------------------------------------------------------------------------------------------------<br><br>Best Wishes,<br>Yafei</p>