A hitting set for a family F is a set that intersects every member:
Minimum hitting set is NP-hard (Karp). The bounded-width special case — every set in F has size at most d — is fixed-parameter tractable in the answer size k, with running time
The runtime (2) is fast when both d (the set width) and k (the cover size) are small.
The reduction between hitting set and set cover is so direct that the two problems are essentially the same, framed from opposite sides: in set cover the elements are passive and you pick sets; in hitting set the sets are passive and you pick elements.