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 (28675, 27421, 27422) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00207

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.51"
    },
    "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": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "2.21",
        "eval_cost": "0.30",
        "prefix_cost": "2.51",
        "data_read_per_join": "15K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (28675,27421,27422)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
27421 <p>Handmade Goimagine Heart Logo Button Refrigerator Magnets, 1" Size, Set of 6.&nbsp; The set of magnets include 2 blue, 2 white, and 2 black, all with the Goimagine Heart Logo and comes in a magnetic tin window box.</p> <p></p>
27422 <p>Handmade Goimagine Heart Logo Button Refrigerator Magnets, 1.25" Size, Set of 6.&nbsp; The set of magnets include 2 blue, 2 white, and 2 black, all with the Goimagine Heart Logo and comes in a magnetic tin window box.</p> <p></p>
28675 <p>Goimagine Refrigerator Magnets.&nbsp; Street Team magnets in your choice of a variety of styles and colors, using the Goimagine Logo and Tagline to advertise the Goimagine Website. &nbsp; &nbsp;</p><p></p>