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 
FROM 
  cscart_product_descriptions 
WHERE 
  cscart_product_descriptions.product_id IN (230173, 230172) 
  AND cscart_product_descriptions.lang_code = 'en'

Query time 0.00124

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "2.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",
      "cost_info": {
        "read_cost": "2.41",
        "eval_cost": "0.40",
        "prefix_cost": "2.81",
        "data_read_per_join": "13K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description"
      ],
      "attached_condition": "((`webmarco`.`cscart_product_descriptions`.`product_id` in (230173,230172)) and (`webmarco`.`cscart_product_descriptions`.`lang_code` = 'en'))"
    }
  }
}

Result

product_id short_description full_description
230172 <h5>Standart Room with Mountain View</h5> <p>Resort Zerja and Spa in Peshkopi features a restaurant and a bar.<br /></p> <p>Guests can make use of a garden. </p> <p>Guest rooms in the hotel are equipped with a flat-screen TV. </p> <p>A continental breakfast is served daily at the property. </p> <p>Mavrovo is 26 km from Resort Zerja and Spa.  </p> <p>The nearest airport is Tirana International Mother Teresa Airport, 66 km from the accommodation. </p> <p>This room is perfect for two adults. It is furnished with two queen size beds and has all the necessary comforts. </p> <p><br /></p><p><em>We speak your language!</em></p> <p><br /></p> <p><br /></p>
230173 <p><strong>Deluxe Suite</strong></p> <p>Resort Zerja and Spa in Peshkopi features a restaurant and a bar. </p> <p>Guests can make use of a garden. <br /></p> <p>Guest rooms in the hotel are equipped with a flat-screen TV.</p> <p>A continental breakfast is served daily at the property. <br /></p> <p>Mavrovo is 26 km from Resort Zerja and Spa. </p> <p>The nearest airport is Tirana International Mother Teresa Airport, 66 km from the accommodation.</p> <p>This room is perfect for two adults and two children. It is furnished with standard beds and has all the necessary amenities.<br /></p> <p><br /></p> <p><em>We speak your language!</em></p> <p><br /></p>