SELECT 
  ushop_product_descriptions.product_id, 
  ushop_product_descriptions.short_description, 
  IF(
    ushop_product_descriptions.short_description = '' 
    OR ushop_product_descriptions.short_description IS NULL, 
    ushop_product_descriptions.full_description, 
    ''
  ) AS full_description, 
  ushop_product_descriptions.unit_name 
FROM 
  ushop_product_descriptions 
WHERE 
  ushop_product_descriptions.product_id IN (413, 427) 
  AND ushop_product_descriptions.lang_code = 'es'

Query time 0.00051

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "1.41"
    },
    "table": {
      "table_name": "ushop_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": "((`marketplace`.`ushop_product_descriptions`.`product_id` in (413,427)) and (`marketplace`.`ushop_product_descriptions`.`lang_code` = 'es'))",
      "cost_info": {
        "read_cost": "1.21",
        "eval_cost": "0.20",
        "prefix_cost": "1.41",
        "data_read_per_join": "12K"
      },
      "used_columns": [
        "product_id",
        "lang_code",
        "short_description",
        "full_description",
        "unit_name"
      ]
    }
  }
}

Result

product_id short_description full_description unit_name
413 <p>Easily connect via Wi-Fi without any monthly service fees. The Samsung Galaxy Player can access the internet and apps anywhere there is an available hotspot. The sleek, lightweight 4.27 oz. design fits in any pocket and the brilliant 4&rdquo; Super Clear LCD delivers incredible viewing quality.</p>
427 <p>Small but powerful, the Sansa Clip+ is a tiny MP3 player that boasts an array of cool features, as well as distinctively big sound for its small size. Rock out with up to 1,000 songs on this red player. Enjoy even more play when you use the expandable memory slot to play preloaded microSDHC cards. slotRadio and slotMusic cards are preloaded with tunes ready to pop into the player&rsquo;s memory card slot. Rock on with a 15-hour battery life.</p>