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 (
    447259, 447784, 447793, 447794, 447797, 
    447801, 447821, 448544, 448545, 448550, 
    448555, 448561
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00077

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "9.92"
    },
    "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": 12,
      "rows_produced_per_join": 12,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "8.72",
        "eval_cost": "1.20",
        "prefix_cost": "9.92",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (447259,447784,447793,447794,447797,447801,447821,448544,448545,448550,448555,448561)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
447259 <p>All we need is love handmade 1" diameter pin / button / badge / flair. Shipping included.</p> <p>This is a custom order and not returnable.</p> <p>Please excuse glare, it's hard to get a picture without any.</p> <p>Thanks for looking!</p> <p><br></p>
447784 <p>Bob Marley as seen through the eyes of talented artist Willard Snow (Legends & Idols). In his own words: "At heart I am an abstract artist experimenting with patterns, textures, and forms that have been catalogued in my sub-consciousness throughout a lifetime." Artwork is being used with permission. Please visit his website www.willardsnow.com.<br>This is a custom order 1" inch diameter pin and not returnable. Shipping included.</p> <p>Please excuse glare, it's hard to get a picture without one.</p> <p>Thanks for looking!</p> <p><br></p>
447793 <p>Karma: don't be an asshole 1" diameter pin / button / badge / flair. Shipping included.</p> <p>This is a custom order and not returnable. </p> <p>Please excuse the shadow and glare, it's hard to get a picture without one. <br>If you want more than one of my pins please message me and I will make a reserve listing.</p> <p>Thanks for looking!</p> <p><br></p>
447794 <p>Unicorn with wings, fantasy unicorn. 1" inch diameter pin / button / badge / flair. Shipping included.<br>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without any.</p> <p>Thanks for looking!</p>
447797 <p>I know better, doing it anyways 1" diameter pin / button / badge / flair. Shipping included. I like to make mistakes a couple of times until they are perfected.</p> <p>This is a custom order and not returnable. </p> <p>Please excuse the shadow and glare, it's hard to get a picture without one. <br>If you want more than one of my pins please message me and I will make a reserve listing.</p> <p>Thanks for looking!</p> <p><br></p>
447801 <p>Santa Monica Pier Ferris Wheel 1" inch diameter pin / button / badge / flair. Shipping included. Commemorate your home town or your visit to Santa Monica with this pin.<br> <br>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without any.</p> <p>Thanks for looking!</p> <p><br></p>
447821 <p>Fries Before Guys handmade 1" inch pin / button / badge / flair. Black lettering on white background. Shipping of included.<br>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without any.</p> <p>Thanks for looking!</p> <p><br></p>
448544 <p>Bob Marley as seen through the eyes of talented artist Willard Snow (Legends & Idols). In his own words: "At heart I am an abstract artist experimenting with patterns, textures, and forms that have been catalogued in my sub-consciousness throughout a lifetime." Artwork is being used with permission. Please visit his website www.willardsnow.com.<br>This is a custom order 1" inch diameter pin and not returnable. Shipping included.</p> <p>Please excuse glare, it's hard to get a picture without one.</p> <p>Thanks for looking!</p> <p><br></p>
448545 <p>Animal paw print perfect for animal lovers! Black paws on white background. 1" diameter pin / button / badge / flair. Shipping included.<br>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without any. Any of my pins can be made into magnets. Message me to make it happen</p> <p>Thanks for looking!</p> <p><br></p>
448550 <p>Rainbow with heart 1" inch diameter pin / button / badge / flair. Shipping included.<br>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without any.</p> <p>Thanks for looking!</p> <p><br></p>
448555 <p>Captain Sensible of The Damned band pin / button / badge. Live in concert 2019. Copyrighted photo taken by Mike Rankin Photography used by permission. Shipping included.<br>This is a custom order and not returnable. </p> <p>Please excuse glare and shadows, it's hard to get a picture without any.</p> <p>Thanks for looking!</p> <p><br></p>
448561 <p>Santa Monica Pier Ferris Wheel 1" inch diameter pin / button / badge / flair. Shipping included. Commemorate your home town or your visit to Santa Monica with this pin.<br> <br>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without any.</p> <p>Thanks for looking!</p> <p><br></p>