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 (
    131327, 132623, 131340, 131342, 244361, 
    244364
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00420

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.07"
    },
    "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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "4.47",
        "eval_cost": "0.60",
        "prefix_cost": "5.07",
        "data_read_per_join": "30K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (131327,132623,131340,131342,244361,244364)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
131327 <p>"Pretty Little Thing" Babygirl Bodysuit&nbsp;</p> <p> Gerber Brand Bodysuits</p> <p> 100% cotton rib</p> <p> Different color options available</p> <p> Size options: 0-3 months, 3-6 months, 6-9 months, 12 months, 18 months, 24 months </p> <p> CUSTOMIZABLE: Able to change bodysuit color/design/wording color, just send me a message or make a note in the checkout area if there is a specific design/color you would like to add a specific design/saying or phrase. </p> <p> Perfect gift for newborns, birthdays, special occasions, holidays, gender reveals and more!</p>
131340 <p>"Princess Dinosaur" Infant Bodysuit&nbsp;</p> <p> 100% cotton rib</p> <p> Different color options available</p> <p> Size options: 0-3 months, 3-6 months, 6-9 months, 12 months, 18 months, 24 months </p> <p> CUSTOMIZABLE: Able to change bodysuit color/design/wording color, just send me a message or make a note in the checkout area if there is a specific design/color you would like to add a specific design/saying or phrase. </p> <p> Perfect gift for newborns, birthdays, special occasions, holidays, gender reveals and more!</p>
131342 <p>"Look Who's Here" Infant Bodysuit</p> <p> 100% cotton rib</p> <p> Different color options available</p> <p> Size options: 0-3 months, 3-6 months, 6-9 months, 12 months, 18 months, 24 months </p> <p> CUSTOMIZABLE: Able to change bodysuit color/design/wording color, just send me a message or make a note in the checkout area if there is a specific design/color you would like to add a specific design/saying or phrase. </p> <p> Perfect gift for newborns, birthdays, special occasions, holidays, gender reveals and more!</p>
132623 <p>"Mommy's Little Monster"</p> <p> Gerber Brand Bodysuits</p> <p> 100% cotton rib</p> <p> Different color options available</p> <p> Size options: 0-3 months, 3-6 months, 6-9 months, 12 months, 18 months, 24 months </p> <p> CUSTOMIZABLE: Able to change bodysuit color/design/wording color, just send me a message or make a note in the checkout area if there is a specific design/color you would like to add a specific design/saying or phrase. </p> <p> Perfect gift for newborns, birthdays, special occasions, holidays, gender reveals and more!</p>
244361 <p>"Hobbies: crying, spitting up and being cute"&nbsp;</p> <p> Gerber Brand Bodysuits</p> <p> 100% cotton rib</p> <p> Different color options available</p> <p> Size options: 0-3 months, 3-6 months, 6-9 months, 12 months, 18 months, 24 months </p> <p> CUSTOMIZABLE: Able to change bodysuit color/design/wording color, just send me a message or make a note in the checkout area if there is a specific design/color you would like to add a specific design/saying or phrase. </p> <p> Perfect gift for newborns, birthdays, special occasions, holidays, gender reveals and more!</p> <p> Colors may differ slightly due to monitor settings. </p> <p><i><b>Craftsmanship: </b></i> </p> <p><i><b>-Top Grade heat transfer vinyl </b></i> </p> <p><i><b>- Machine wash in cold water, INSIDE OUT, and tumble or hang dry.&nbsp;</b></i> </p> <p><br></p>
244364 <p><strong>"Taco 'Bout Cute Infant Bodysuit"</strong></p> <p> Gerber Brand Bodysuits</p> <p> 100% cotton rib</p> <p> Different color options available</p> <p> Size options: 0-3 months, 3-6 months, 6-9 months, 12 months, 18 months, 24 months </p> <p> CUSTOMIZABLE: Able to change bodysuit color/design/wording color, just send me a message or make a note in the checkout area if there is a specific design/color you would like to add a specific design/saying or phrase. </p> <p> Perfect gift for newborns, birthdays, special occasions, holidays, gender reveals and more!</p> <p>Colors may differ slightly due to monitor settings. </p> <p><i><b>Craftsmanship: </b></i> </p> <p><i><b>-Top Grade heat transfer vinyl </b></i> </p> <p> <i><b>- Machine wash in cold water, INSIDE OUT, and tumble or hang dry.&nbsp;</b></i> </p>