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 (
    44624, 46684, 45331, 45323, 46055, 46019, 
    45872, 30678, 45892, 45913, 45329, 
    45180
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00068

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.15"
    },
    "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.95",
        "eval_cost": "1.20",
        "prefix_cost": "10.15",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (44624,46684,45331,45323,46055,46019,45872,30678,45892,45913,45329,45180)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
30678 <p>Made of aromatic eastern cedar, approximately 10" x 24" x .7". Great housewarming gift!</p>
44624 <p>Made of aromatic eastern cedar, approximately 4" x 16" x .5" and includes choice of many options to make this a truly unique keepsake.</p>
45180 <p>Bath Tub Tray 28-34" x 8" Custom Made to Order Corian Caddy Tablet Cell Phone</p>
45323 <p>Bath Tub Tray 35-40" x 12" Custom Made to Order Corian Caddy Tablet Cell Phone</p>
45329 <p>Bath Tub Tray 35-40" x 8" Custom Made to Order Corian Caddy Tablet Cell Phone</p>
45331 <p>Bath Tub Tray 46-60" x 8" Custom Made to Order Corian Caddy Tablet Cell Phone</p>
45872 <p>Made of choice of oak, cherry, or black walnut, approximately 4" x 16" x .5".&nbsp;</p>
45892 <p>Made of choice of oak, cherry, or maple, approximately 8" x 10" x .7" and includes keyhole slot.</p>
45913 <p>Made of choice of oak or cherry approximately 4" x 12" x .7" and includes choice of keyhole slot or pre-drilled mounting holes.</p>
46019 <p>Laptop Desk Recliner Tray Wood 8"x 26-30" Bath Caddy Pine Poplar Oak Cherry Mahogany</p>
46055 <p>Made of oak, approximately 3" x 12" x .5" and can be personalized, too.</p>
46684 <p>A weather proof memorial plaque tough enough for outside use in your memorial prayer garden but also elegant enough to use inside in loving memory of one who has passed.</p>