No, neměli byste dělat skupinu podle, protože nevybíráte nic jiného než agregovaná pole. Nejsem odborník na mysql, ale mělo by to fungovat:
SELECT count(d.id) as count, sum(d.url_count) as total from domains as d
inner join backlinks as b
on b.domain_id = d.id
Where d.Link_found = 1 and b. is_homepage = 1