and fuel blocks is a market group id
select
c.name, g.name, t.name, t.id
from
esi_items_type t
join esi_items_group g on t.group_id=g.id
join esi_items_category c on g.category_id=c.id
where
c.id in(43)
or t.market_group_id in (1870)
order by
c.name, g.name, t.name