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 (
    258068, 258227, 231398, 231040, 257745, 
    258070
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00065

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "5.08"
    },
    "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": 6,
      "rows_produced_per_join": 6,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "4.48",
        "eval_cost": "0.60",
        "prefix_cost": "5.08",
        "data_read_per_join": "30K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (258068,258227,231398,231040,257745,258070)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
231040 <p>This is a 6x6 inch ceramic tile arted with an acrylic bloom.</p> <p>It is covered with high heat ceramic coating to protect the paint. And it has felt pads glued to the bottom to protect whatever surface it is placed on.<br>It can be used as a trivet or just for decoration!</p>
231398 <p>Literally translated, "La vie en rose" means "Life in pink."</p> <p>This is a 16x20 inch acrylic painting on canvas. Black, white, metallic gray, and a rosy-pink. The metallic gray lends the painting a bit of shimmer here and there. And look at those cells! This is definitely one of my favorites.</p> <p>It is sealed with enamel to help protect and preserve the paint.</p>
257745 <p>I love these pendants. Talk about a great statement piece! These 25x18mm pendants are total eye-catchers!</p> <p>This one is in an antique silver bezel and topped with a glass cabochon. It comes on an 18in adjustable length leatherette cord but can easily be removed to go on a different chain.</p> <p>Each pendant is made with dried paint skins leftover from my paintings, so check out my paintings and you just might find its canvas-match!</p> <p></p>
258068 <p>I love these pendants. Talk about a great statement piece! These 25x18mm pendants are total eye-catchers!</p> <p>This one is in a silver bezel and topped with a glass cabochon. It comes on an 18in adjustable length leatherette cord but can easily be removed to go on a different chain.</p> <p>Each pendant is made with dried paint skins leftover from my paintings, so check out my paintings and you just might find its canvas-match!</p> <p></p>
258070 <p>I love these pendants. Talk about a great statement piece! These 25x18mm pendants are total eye-catchers!</p> <p>This one is in an antique gold bezel and topped with a glass cabochon. It comes on an 18in adjustable length leatherette cord but can easily be removed to go on a different chain.</p> <p>Each pendant is made with dried paint skins leftover from my paintings, so check out my paintings and you just might find its canvas-match!</p> <p></p>
258227 <p>O say, can you see? This painting was inspired by the American Flag! I know the spacing of the blue ("stars") is different, but inspiration and artistic liberties... you know...</p><p>This painting was created using the Dutch Pour technique in two different directions on a&nbsp;12x16in canvas. The blues and the reds really pop!</p><p>The painting is varnished, fully cured and ready to be shipped to you!</p>