solo i totali di 2 e di 3, sommati?

select count(id) from pluto where id = 3 OR id =2

oppure se ti servono i dati ragruppati, puoi usare un group by id

select count(id),id from pluto where ---quello che vuoi group by id