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 (
    195967, 195891, 192766, 179990, 195971, 
    195889, 195940, 192774, 195973, 195923, 
    179931, 192775
  ) 
  AND product_descriptions.lang_code = 'en'

Query time 0.00183

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "10.09"
    },
    "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.89",
        "eval_cost": "1.20",
        "prefix_cost": "10.09",
        "data_read_per_join": "61K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`goimagine`.`product_descriptions`.`product_id` in (195967,195891,192766,179990,195971,195889,195940,192774,195973,195923,179931,192775)) and (`goimagine`.`product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
179931 <p>Semiprecious Polished Amethyst croc crystal shoe charms-:"Mental Clarity/Physical Energy"</p>
179990 <p>Semiprecious Polished Jasper croc crystal shoe charms-:"Nurturing Stone/Relaxation"- jasper comes in many different colors- each piece is unique.</p>
192766 <p>24" Handmade Christmas wreath-with reindeer, berries,ornaments, and Believe</p>
192774 <p><em></em><span class="d2edcug0 hpfvmrgz qv66sw1b c1et5uql lr9zc1uh a8c37x1j fe6kdd0r mau55g9w c8b282yb keod5gw0 nxhoafnm aigsh9s9 qg6bub1s iv3no6db o0t2es00 f530mmz5 hnhda86s oo9gr5id" dir="auto">28"handmade grapevine wreath with Christmas decorations</span></p>
192775 <p><span class="d2edcug0 hpfvmrgz qv66sw1b c1et5uql lr9zc1uh a8c37x1j fe6kdd0r mau55g9w c8b282yb keod5gw0 nxhoafnm aigsh9s9 qg6bub1s iv3no6db o0t2es00 f530mmz5 hnhda86s oo9gr5id" dir="auto">Handmade 28" wide grapevine wreath with red pearl wrap.</span></p>
195889 <p>"Blood in the Water" -11" x 14" canvas Blues,reds,teals,purples pour painting</p>
195891 <p>"Rainbow Drops" 5"x7" Rainbow acrylic pour painting with black background.</p>
195923 <p>"Elemental Flames"- 6" x 6" canvas pour painting - Red,black, orange, and white</p>
195940 <p>Polished 1" Dalmation Jasper stone</p>
195967 <p>Cherry wood charcuterie board,cheese board, 6 3/4" x 26" x 3/4", with 5" black handles, modern.</p>
195971 <p>Miniature 1:12 scale Farmhouse kitchen sink-plain front</p>
195973 <p>10"x10"Alcohol ink on Aluminum- Red,Orange, yellow flowers</p>