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 (
    226228, 226414, 226235, 258228, 234246, 
    230547, 234207, 258227, 231398
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00069

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.59"
    },
    "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": 9,
      "rows_produced_per_join": 9,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "6.69",
        "eval_cost": "0.90",
        "prefix_cost": "7.59",
        "data_read_per_join": "45K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (226228,226414,226235,258228,234246,230547,234207,258227,231398)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
226228 <p>This blue beauty is an acrylic painting on a 12x12 inch canvas&nbsp;. Bold shades of blues with surprising pops of silver sparkle, make this a decor piece that will surely draw attention.&nbsp;</p> <p>The painting is varnished, fully cured and ready to be shipped to you!</p>
226235 <p>Love purple? Who doesn't! This pretty little 8in round canvas is so much fun.&nbsp;</p> <p>It is cured, varnished and ready to be shipped to you!</p>
226414 <p>The colors in this painting remind me of an ocean scene. It is an 11x14inch canvas, painted with blues, greens and a flash of gold.&nbsp;</p> <p>This painting is dried, varnished and ready to ship to you!</p>
230547 <p>This is a fun pastel, modified dutch pour on a 16x20 inch canvas. Bright pastel colors with flashes of metallic colors for extra "pop".</p> <p>It is varnished for added paint protection.</p>
231398 <p>Literally translated, "La vie en rose" means "Life in pink."</p> <p>This is a 16x20 inch acrylic painting on canvas. Black, white, metallic gray, and a rosy-pink. The metallic gray lends the painting a bit of shimmer here and there. And look at those cells! This is definitely one of my favorites.</p> <p>It is sealed with enamel to help protect and preserve the paint.</p>
234207 <p>This monochrome beauty is an acrylic painting on a 12x12 inch canvas. Several different techniques brought together make this a decor piece that will surely draw attention.&nbsp;</p> <p>The painting is varnished, fully cured and ready to be shipped to you!</p> <p></p>
234246 <p>This monochrome paint pour is mesmerizing... Is it not?</p> <p>This is an acrylic ring pour done on an 8x8inch canvas. It is topped with enamel to give it a great shine and help protect the paint.</p> <p></p>
258227 <p>O say, can you see? This painting was inspired by the American Flag! I know the spacing of the blue ("stars") is different, but inspiration and artistic liberties... you know...</p><p>This painting was created using the Dutch Pour technique in two different directions on a&nbsp;12x16in canvas. The blues and the reds really pop!</p><p>The painting is varnished, fully cured and ready to be shipped to you!</p>
258228 <p>Black, white and neon pink - an incredible combo that makes this flower pop!</p> <p>This painting was created using the Bottle Bottom technique on a&nbsp;12x12in canvas. The acrylic paints I used are super-glossy! Because of the mega-shininess, the pictures do not do this painting justice.</p> <p>The painting is varnished, fully cured and ready to be shipped to you!</p>