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

Query time 0.00020

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0042687,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_descriptions",
          "access_type": "range",
          "possible_keys": ["PRIMARY", "product_id"],
          "key": "PRIMARY",
          "key_length": "9",
          "used_key_parts": ["product_id", "lang_code"],
          "loops": 1,
          "rows": 2,
          "cost": 0.0042687,
          "filtered": 100,
          "attached_condition": "cscart_product_descriptions.product_id in (14011,13928) and cscart_product_descriptions.lang_code = 'en'"
        }
      }
    ]
  }
}

Result

product_id short_description full_description unit_name
13928 <p><strong>Extra and endless volume</strong> and intense curves from the first stroke with longer, plumper, and thicker lashes.</p> <p>Lashes are coated in deep color, giving eyes a wide-open effect.</p> <p>A shocking result produced by the perfect bond of brush and formula: The brush creates volume thanks to its smart design of special-shaped disks that are stacked and oriented for an ideal finish.</p> <p>The quick-drying formula contains a synergic mix of <strong>beeswax</strong> and <strong>rice bran wax</strong> that grants an immediate volume.</p>
14011 <p><strong>Long-lasting hydrating lip gloss</strong> adds shine and sheer color to highlight the natural tone of your lips.</p> <p>Wear alone or layer over your favorite lipstick.</p>