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

Query time 0.00045

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.00"
    },
    "table": {
      "table_name": "cscart_product_descriptions",
      "access_type": "const",
      "possible_keys": [
        "PRIMARY",
        "product_id"
      ],
      "key": "PRIMARY",
      "used_key_parts": [
        "product_id",
        "lang_code"
      ],
      "key_length": "9",
      "ref": [
        "const",
        "const"
      ],
      "rows_examined_per_scan": 1,
      "rows_produced_per_join": 1,
      "filtered": "100.00",
      "cost_info": {
        "read_cost": "0.00",
        "eval_cost": "0.10",
        "prefix_cost": "0.00",
        "data_read_per_join": "4K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
550 <span class="a-text-bold">Overview:</span><span><br />* Enjoy the convenience of an </span><span class="a-text-bold">integrated 4-port Power over Ethernet network switch (802.3af and 802.3at)</span><span> that powers the IP network cameras directly through the network cable—eliminating the need to purchase a separate network switch.<br /><br />* This 4-Channel NVR supports compatible IP network cameras (up to 8.0MP resolution) for seamless plug-and-play installation—just plug the compatible cameras into the integrated network switch, and the cameras are automatically detected, displayed, and configured to the NVR.<br /><br />* storage capacity of 6TB.<br /><br /></span><span class="a-text-bold">Connectors include:</span><span><br />* (2) USB 2.0 Ports<br />* (1) RCA in<br />* (1) RCA out<br />* (1) HDMI<br />* (1) VGA<br /><br /></span><span class="a-text-bold">Specifications:-</span><span><br />* Audio:Yes<br />* Audio Streaming:Two-Way<br />* Ethernet Interface:RJ-45<br />* Ethernet Ports:5<br />* Ethernet Speed:10/100/1000<br />* Channels:4<br />* Bit Rate:40 Mbps incoming, 80 Mbps outgoing<br />* Recording Resolution:Up to 8 Megapixel<br />* Max Storage Capacity (TB):6<br />* Frame Rate (fps): Up to 60fps per channel<br />* Construction: Aluminum (chassis), Plastic (faceplate)<br />* Hard Drive Type: SATA<br />* Number of Drive Bays:1</span>