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 (
    224019, 223936, 223950, 223959, 223992, 
    224029, 224034, 223986, 223941, 224032, 
    223946, 223985
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00346

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 (224019,223936,223950,223959,223992,224029,224034,223986,223941,224032,223946,223985)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
223936 Crocheted Bear Basket. Made from sturdy T-shirt yarn. Round 9 inch basket perfect for woodland themed nursery. Ready to ship with free shipping to US. Ships from Colorado.
223941 Small Crocheted White Pumpkin. So cute for Fall! 5 inches in diameter by 3 inches tall. Ready to ship with free shipping to US. Ships from Colorado.
223946 No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love. -11" X 17" -Glossy Poster Paper -Share your Faith! -Unframed
223950 No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love. -11" X 17" -Glossy Poster Paper -Share your Faith! -Unframed
223959 Adorable Small Crocheted Lavender Bear basket. Made from sturdy T-shirt yarn. Round 6 inch basket perfect for woodland themed nursery. Coordinates with the large plum ombré basket. Picture shown for reference only. If you want both I can do a bundle deal. Ready to ship with free shipping to US. Ships from Colorado.
223985 3" x 11" rectangleFade and weather resistant vinyl Strong adhesive won’t damage paint Share your Faith! No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love.
223986 Camo Crocheted Bear Basket. Made from sturdy T-shirt yarn. Round 9 inch basket perfect for woodland themed nursery. Ready to ship with free shipping to US. Ships from Colorado.
223992 No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love. -11" X 17" -Glossy Poster Paper -Share your Faith! -Unframed
224019 11" X 17"Glossy Poster Paper Share your Faith! Unframed Poster No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love.
224029 11" X 17"Glossy Poster Paper Share your Faith! Unframed Poster No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love.
224032 11" X 17"Glossy Poster Paper Share your Faith! Unframed Poster No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love.
224034 11" X 17"Glossy Poster Paper Share your Faith! Unframed Poster No one needs to be persuaded that life can be challenging. But we can all use a daily reminder of how much God loves us and He is on our side! Inspirational posters are a great way to keep things in perspective, for yourself or someone you love.