QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.13..83.04 rows=18 width=63)
Recheck Cond: (id = ANY ('{2166,3369,2747,1301,3286,12,2136,304,2845,3384,93,518,3387,2553,2182,2130,3343,2762}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.13 rows=18 width=0)
Index Cond: (id = ANY ('{2166,3369,2747,1301,3286,12,2136,304,2845,3384,93,518,3387,2553,2182,2130,3343,2762}'::integer[]))