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 (
    299760, 299784, 299789, 299794, 299891, 
    299932, 299962, 300098, 300100, 300179, 
    300245, 300279
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00089

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.02"
    },
    "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.82",
        "eval_cost": "1.20",
        "prefix_cost": "10.02",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (299760,299784,299789,299794,299891,299932,299962,300098,300100,300179,300245,300279)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
299760 **This listing is for the vinyl decal only - no shirt is included ** Create your own shirt in a matter of minutes. Decal is available in your choice of vinyl colors and sizes to match any size shirt. All you need to do is iron it on ( instructions will be included )
299784 Vinyl decal can be used on any surface indoors or outdoors. Decorate your car window, door, laptop, notebook or just about anything that has a smooth surface. Use your imagination! Made from durable outdoor vinyl. This will last for years. You pick the size and color. ** All decals can also be made into Iron-On Vinyl for shirts, backpacks, totebags, etc. Contact me for pricing on the size you need. Available in various matte and glitter options. **
299789 Vinyl decal can be used on any surface indoors or outdoors. Decorate your car window, door, laptop, notebook or just about anything that has a smooth surface. Use your imagination! Made from durable outdoor vinyl. This will last for years. You pick the size and color. ** All decals can also be made into Iron-On Vinyl for shirts, backpacks, totebags, etc. Contact me for pricing on the size you need. Available in various matte and glitter options. **
299794 **This listing is for the vinyl decal only - no shirt is included ** Create your own shirt in a matter of minutes. Decal is available in your choice of vinyl colors and sizes to match any size shirt. All you need to do is iron it on ( instructions will be included )
299891 **This listing is for the vinyl decal only - no shirt is included ** Create your own shirt in a matter of minutes. Decal is available in your choice of vinyl colors and sizes to match any size shirt. All you need to do is iron it on ( instructions will be included )
299932 Vinyl decal can be used on any surface indoors or outdoors. Decorate your car window, door, laptop, notebook or just about anything that has a smooth surface. Use your imagination! Made from durable outdoor vinyl. This will last for years. You pick the size and color. ** All decals can also be made into Iron-On Vinyl for shirts, backpacks, totebags, etc. Contact me for pricing on the size you need. Available in various matte and glitter options. **
299962 **This listing is for the vinyl decal only - no shirt is included ** Create your own shirt in a matter of minutes. Decal is available in your choice of vinyl colors and sizes to match any size shirt. All you need to do is iron it on ( instructions will be included )
300098 **This listing is for the vinyl decal only - no shirt is included ** Create your own shirt in a matter of minutes. Decal is available in your choice of vinyl colors and sizes to match any size shirt. All you need to do is iron it on ( instructions will be included )
300100 Decorate your campsite! Let everyone know who you are, where you are from or just how crazy you are! Personalization is free if you would like it. Vinyl decal can be used on any surface indoors or outdoors. Decorate your camper wall, propane tank, cooler, serving tray, tablecloth, mug, bucket or just about anything that has a smooth surface. Use your imagination! Size guide: Coffee mug or travel cup - 2-4” wide depending on how large the cup Window decal - 4-8” if in the corner of window Window decal - 7-12” if in the center of window 5 gallon bucket - 10” tall **NOTE: sizes larger than 12" x 12" will come on 2 sheets Made from durable outdoor vinyl. This will last for years. You pick the size and color. ** All decals can also be made into Iron-On Vinyl for shirts, backpacks, totebags, etc. Contact me for pricing on the size you need. Available in various matte and glitter options. **
300179 **This listing is for the vinyl decal only - no shirt is included ** Create your own shirt in a matter of minutes. Decal is available in your choice of vinyl colors and sizes to match any size shirt. All you need to do is iron it on ( instructions will be included )
300245 Decorate your campsite! Let everyone know who you are, where you are from or just how crazy you are! Personalization is free if you would like it. Vinyl decal can be used on any surface indoors or outdoors. Decorate your camper wall, propane tank, cooler, serving tray, tablecloth, mug, bucket or just about anything that has a smooth surface. Use your imagination! Size guide: Coffee mug or travel cup - 2-4” wide depending on how large the cup Window decal - 4-8” if in the corner of window Window decal - 7-12” if in the center of window 5 gallon bucket - 10” tall **NOTE: sizes larger than 12" x 12" will come on 2 sheets Made from durable outdoor vinyl. This will last for years. You pick the size and color. ** All decals can also be made into Iron-On Vinyl for shirts, backpacks, totebags, etc. Contact me for pricing on the size you need. Available in various matte and glitter options. **
300279 **This listing is for the vinyl decal only - no shirt is included ** Create your own shirt in a matter of minutes. Decal is available in your choice of vinyl colors and sizes to match any size shirt. All you need to do is iron it on ( instructions will be included )