SELECT id, message
FROM myBadTable
WHERE id > 0
AND user = 'asdqwe'
AND is_deleted =0
AND `left` = "1" # особенность в том что это условие может быть изменено. Возможные варианты: and `left` = "1", and `right` = "1", and `left` = "1" and `right` = "1"
ORDER BY id DESC