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 (237, 236) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00021

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "4.81"
    },
    "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": 2,
      "rows_produced_per_join": 2,
      "filtered": "100.00",
      "index_condition": "((`danishecarter_latest`.`cscart_product_descriptions`.`product_id` in (237,236)) and (`danishecarter_latest`.`cscart_product_descriptions`.`lang_code` = 'en'))",
      "cost_info": {
        "read_cost": "4.41",
        "eval_cost": "0.40",
        "prefix_cost": "4.81",
        "data_read_per_join": "9K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
236 <p>&bull; 6 person tent/ 2 rooms<br />&bull; 17'x9' footprint<br />&bull; Cabin structure; heavier, stronger, better for extended stay camping<br />&bull; 6 ft. 10 in. center height<br />&bull; 2 Doors - Front Door is Hinged (Patent Pending)<br />&bull; Strong steel and fiberglass frame<br />&bull; Control airflow with Variflo&trade; adjustable ventilation<br />&bull; Privacy vent window<br />&bull; Interior gear pocket<br />&bull; Electrical access port<br />&bull; Reverse angle windows<br />&bull; Easy set up with continuous, color coded pole sleeves and shock-corded poles<br />&bull; Easy instructions sewn into durable carry bag<br />&bull; Carry bag also includes separate sacks for poles and stakes<br />&bull; Fly: Polyester taffeta 75D <br />&bull; Mesh: Polyester 68D inner tent<br />&bull; Floor: Polyethylene 1000D-140g/sqm floor<br />&bull; Limited 1 year warranty<br />&bull; Made in China</p>
237 <p>&bull; 8 person/1 room tent<br />&bull; 12'x12' footprint<br />&bull; Exclusive WeatherTec&trade; System<br />Keeps you dry -- Guaranteed&trade;<br />&bull; Modified dome structure, easy to transport and simple to set up<br />&bull; 6 ft. 2 in. center height<br />&bull; Hinged door (patent pending)<br />&bull; Great for family camping, scout leaders, extended camping trips<br />&bull; Self-rolling windows (patent pending)<br />&bull; Tent includes remote controlled light<br />&bull; Light is 100 lumens<br />&bull; Control airflow with Variflo&trade; adjustable ventilation<br />&bull; Privacy vent window<br />&bull; Interior gear pocket<br />&bull; Electrical access port<br />&bull; Front Porch and Wings provide great outdoor living space<br />&bull; Easy set up with continuous, color coded pole sleeves and shock-corded poles<br />&bull; Easy instructions sewn into durable carry bag<br />&bull; Carry bag also includes separate sacks for poles and stakes<br />&bull; Fly: Polyester taffeta 75D <br />&bull; Mesh: Polyester 68D inner tent<br />&bull; Floor: Polyethylene 1000D-140g/sqm floor<br />&bull; Poles: 11 mm, 7.9 mm and 6.3 mm fiberglass<br />&bull; Limited 1 year warranty<br />&bull; Made in China</p>