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

Query time 0.00113

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.72"
    },
    "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.52",
        "eval_cost": "0.20",
        "prefix_cost": "1.72",
        "data_read_per_join": "10K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (267316,267298)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
267298 <p>Rah rah rah for the home team! This corsage is full of cheer! It would look great at homecoming or any other football celebration. <br>You can customize it to be any school color you'd like! Just include in the notes the colors of your choice. Please specify if you want the animal print ribbon, otherwise it will have the football buttons as well as the I (heart) football ribbon.</p> <p>The wristlet is an elastic band which fits most any wrist. </p> <p>A matching boutonniere is sold separately from the corsage.</p>
267316 <p>Band members should be celebrated too! This music wrist corsage is just the item to do that! You choose the colors to match your school. <br>The wristband is elastic, fitting most any wrist. </p> <p>The ribbon loops will vary upon color but will be very similar to the picture. It measures approximately 3 1/2" x 3 1/2".</p> <p>Music buttons will also vary.</p>