SELECT 
  cscart_product_descriptions.product_id, 
  cscart_product_descriptions.short_description, 
  IF(
    cscart_product_descriptions.short_description = '' 
    OR cscart_product_descriptions.short_description IS NULL, 
    cscart_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  cscart_product_descriptions.unit_name 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (233, 235, 234) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00025

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "7.21"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "range",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "rows_examined_per_scan": 3,
      "rows_produced_per_join": 3,
      "filtered": "100.00",
      "index_condition": "((`danishecarter_latest`.`cscart_product_descriptions`.`product_id` in (233,235,234)) and (`danishecarter_latest`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "6.61",
        "eval_cost": "0.60",
        "prefix_cost": "7.21",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
233 <p>&bull; Coleman&reg; warm weather sleeping bags made for camping temperatures between 40 and 60 degrees<br />&bull; Rectangle shape, 33&rdquo; x 75&rdquo;, fits up to 5&rsquo;11&rdquo; tall<br />&bull; 3 pounds of ThermoTech&reg; insulation<br />&bull; Cotton cover with soft cotton liner<br />&bull; Essential camping gear, sleeping bag for a better night outdoors<br />&bull; Don&rsquo;t forget the Coleman&reg; camping tent to go with your sleeping bags<br />&bull; ComfortSmart&trade; Technology includes:<br />&bull; ZipPlow&trade; plows fabric away from zipper to prevent snags<br />&bull; ComfortCuff&trade; surrounds your face with softness<br />&bull; Roll Control&trade; locks bag in place for easier rolling<br />&bull; FiberLock&trade; prevents insulation from shifting, increases durability<br />&bull; ThermoLock&trade; construction reduces heat loss through the zipper, keeping you warmer<br />&bull; ZipperGlide&trade; tailoring allows smooth zipper operation around the corners<br />&bull; QuickCord&trade; for easy, no tie closure<br />&bull; Commercial Machine washable<br />&bull; Five year limited warranty<br />&bull; Made in China</p>
234 <p>&bull; Coleman&reg; cool weather sleeping bags made for camping temperatures between 30 and 50 degrees<br />&bull; Rectangle shape, big &amp; tall 39&rdquo; x 84&rdquo;, fits up to 6&rsquo;4&rdquo; tall<br />&bull; 4 pounds of Coletherm&reg; insulation<br />&bull; Polyester cover with cotton flannel liner<br />&bull; Groundbreaking headrest shape makes keeping your head off the ground or floor easy<br />&bull; Essential camping gear, sleeping bag for a better night outdoors<br />&bull; Don&rsquo;t forget the Coleman&reg; camping tent to go with your sleeping bags<br />&bull; ComfortSmart&trade; Technology includes:<br />&bull; ZipPlow&trade; plows fabric away from zipper to prevent snags<br />&bull; ComfortCuff&trade; surrounds your face with softness<br />&bull; Roll Control&trade; locks bag in place for easier rolling<br />&bull; FiberLock&trade; prevents insulation from shifting, increases durability<br />&bull; ThermoLock&trade; construction reduces heat loss through the zipper, keeping you warmer<br />&bull; ZipperGlide&trade; tailoring allows smooth zipper operation around the corners<br />&bull; QuickCord&trade; for easy, no tie closure<br />&bull; Commercial Machine washable<br />&bull; Five year limited warranty<br />&bull; Made in China</p>
235 <p>&bull; The perfect sleeping bag for extreme sleeping conditions between 10 and 30 degrees<br />&bull; 3 lbs Coletherm&reg; insulation<br />&bull; 33&rdquo; x 85&rdquo;, fits up to 5&rsquo;11&rdquo; tall<br />&bull; Diamond ripstop cover to polyester liner<br />&bull; Double-batt, offset quilt construction eliminates potential cold spots<br />&bull; Essential camping gear, sleeping bag for a better night outdoors<br />&bull; Semi-sculpted hood surrounds head with warmth, keeps head off the ground<br />&bull; Fleece foot section provides extra warmth<br />&bull; Two way zipper for maximum ventilation<br />&bull; Stuff sack included<br />&bull; Made in China<br />&bull; Commercial Machine washable<br />&bull; Five year limited warranty</p>