QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.04 rows=18 width=49)
Recheck Cond: (id = ANY ('{3359,3387,3270,3299,3303,2526,2091,3317,3326,3328,3333,2226,3363,2136,3364,2130,3329,3378}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{3359,3387,3270,3299,3303,2526,2091,3317,3326,3328,3333,2226,3363,2136,3364,2130,3329,3378}'::integer[]))