select * from 表
order by case name when 'aaa1' then 1
                   when 'bb4' then 2
                   when 'bbb3' then 3
                   when 'aaa2' then 4
                   else 5 end,name asc