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 (
    370669, 370690, 370701, 370718, 371220, 
    371222, 371229, 371230, 371231, 371237, 
    371250, 371262
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00059

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 (370669,370690,370701,370718,371220,371222,371229,371230,371231,371237,371250,371262)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
370669 <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>
370690 <p>Route 66 End of the Trail, Santa Monica, handmade 1" inch diameter pin / button / badge / flair. Shipping included. Celebrate where you live or commemorate visiting Santa Monica!</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>
370701 <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>
370718 <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>
371220 <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>
371222 <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>
371229 <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>
371230 <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>
371231 <p>Captain Sensible of The Damned button / badge. Live in concert 2019. Copyrighted photo taken by Mike Rankin Photography used by permission. <br>Shipping included.</p> <p>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>
371237 <p>Captain Sensible is Indispensable. The Damned. Handmade 1" diameter pin / button / badge / flair. Shipping included.<br>Quick back story: <br>I wear a jacket with a ton of buttons, some I've bought, some I've made. I had a conversation a couple years ago with the Captain about not selling The Damned ones I make. He laughed and said I could if I wanted to because he also makes pins (even of other bands) and sells them. Awhile back, on a trip to London, I bought a pin he was selling at a show that said "Captain Sensible is Sensible'. <br>Recently I went to two shows. The first night he saw I was wearing that pin and said he wished he made one that said "Captain Sensible is Indispensable". I told him I would make one and then gave it to him at the second show. He was beaming.</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>
371250 <p>Route 66 End of the Trail, Santa Monica, handmade 1" inch diameter pin / button / badge / flair. Shipping included. Celebrate where you live or commemorate visiting Santa Monica!</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>
371262 <p>Captain Sensible of The Damned wearing banana costume in concert. 1" diameter pin / button / badge. Shipping included.<br>This is a custom order and not returnable. Copyright by Pamela Michelle and used with permission.</p> <p>Please excuse glare, it's hard to get a picture without any.</p> <p>Thanks for looking!</p>