QUERY PLAN
Bitmap Heap Scan on tbl_clients (cost=37.42..85.91 rows=19 width=504)
Recheck Cond: (id = ANY ('{2125,3436,3435,2128,79,3336,107,2173,3377,3434,2553,2130,12,918,20,3428,48,2136,3179}'::integer[]))
-> Bitmap Index Scan on tbl_clients_pkey (cost=0.00..37.41 rows=19 width=0)
Index Cond: (id = ANY ('{2125,3436,3435,2128,79,3336,107,2173,3377,3434,2553,2130,12,918,20,3428,48,2136,3179}'::integer[]))