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 (195877, 195986, 195984, 195985) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00212

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "3.31"
    },
    "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": 4,
      "rows_produced_per_join": 4,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "2.91",
        "eval_cost": "0.40",
        "prefix_cost": "3.31",
        "data_read_per_join": "20K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (195877,195986,195984,195985)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
195877 <p>OOAK - Every once in a while you run across a perfect natural log and know there is a special birdhouse to be made from it. <br></p> <p>A natural hollow log front piece with 3" hole and smaller 1 1/2" hole. 18" tall x 10" wide x 14" deep. Meticulously handcrafted with cedar boards, one piece at a time, each part shaped and placed. A clean-out door has been made in the side with an old piece of hardware to open. The roof is covered with hand beaten bronze for a bit of interest. The upper roof is covered with miniature cedar shingles. A finish of orange oil with beeswax has been applied to the outside. Attach to a tree in the yard with the 23" cedar back board and keep the woodpeckers happy.</p>
195984 <p>Partial Log bird feeder with twisted wire hanger and fancy nails</p>
195985 <p>7.5" x 9.25 x 7.5" Modern square bluebird house- multiwood/navy blue</p>
195986 <p>7.5" x 9.25 x 7.5" Modern square bluebird house- multiwood/sage</p>