Mysql Sort by integers ascending will nulls last

SELECT * FROM tablename WHERE visible=1 ORDER BY -position DESC, id DESC

source