poiche' tab1.id = tab2.id_tab1 puoi fare una inner join.
codice:
SELECT tab2.*
from tab1
INNER JOIN tab2 ON tab1.id = tab2.id_tab1
where tab1.nome = 'smile' 
LIMIT 1