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 (
    443274, 443306, 443827, 443838, 443861, 
    443884, 445146, 445163, 445172, 445181, 
    445183, 445203
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00464

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.18"
    },
    "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.98",
        "eval_cost": "1.20",
        "prefix_cost": "10.18",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (443274,443306,443827,443838,443861,443884,445146,445163,445172,445181,445183,445203)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
443274 <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>
443306 <p>I love to hate you, I love 2 H8 U, 1 inch pin / button / badge / flair. Black and red on white. Shipping included.<br>This sentiment is an ongoing joke between me and my best friends because we are a snarky bunch!</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>
443827 <p>Funk You handmade 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 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>
443838 <p>The Damned's man in the doorway on the Evil Spirits album handmade 1" diameter pin / button / badge / flair. Shipping included.<br>As a side note, The Captain said I could make & sell any pins I wanted.</p> <p>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without one. Any of my pins can be made into magnets. Message me to make it happen.</p> <p>Thanks for looking!</p>
443861 <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>
443884 <p>F*ck Cancer hand made 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.</p> <p>Thanks for looking!</p> <p><br></p>
445146 <p>I Think I'm Wonderful, song by The Damned. 1" diameter pin / button / badge / flair. Shipping included.<br>This is the title of a song by The Damned and the lettering is in the style of their logo. As a side note, The Captain said I could make any pins I wanted and has been given one. Ha!</p> <p>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without one. Any of my pins can be made into magnets. Message me to make it happen.</p> <p>Thanks for looking!</p> <p><br></p>
445163 <p>I'm with stupid 1" diameter pin / button / badge / flair. Shipping included.<br>Have a group of friends with a sense of humor? Buy a bunch and wear them together! </p> <p>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without one. Any of my pins can be made into magnets. Message me to make it happen.</p> <p>Thanks for looking!</p> <p><br></p>
445172 <p>Hamsa 1" diameter pin / button / badge / flair. Shipping included. Known for good luck, protection against evil eye, attracting health, fertility, fortune, wealth, and abundance to the owner through various religions. I make no claim that any of those will work.</p> <p>This is a custom order and not returnable. </p> <p>Please excuse glare, it's hard to get a picture without one. <br>If you want more than one of my pins please message me for a reserve listing.</p> <p>Thanks for looking!</p> <p><br></p>
445181 <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>
445183 <p>Gymnastic set of 4 handmade 1" inch diameter pins / buttons / badges. Great gift for your favorite gymnast! Shipping included.<br>This is a custom order and not returnable. </p> <p>Please excuse glares and shadows, it's hard to get a picture without them.</p> <p>Thanks for looking!</p> <p><br></p>
445203 <p>Black flying bats. Perfect gift for bat lovers! 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.</p> <p>Thanks for looking!</p> <p><br></p>