QUERY PLAN
Bitmap Heap Scan on tbl_logins (cost=8.56..14.89 rows=1 width=19)
Recheck Cond: (id = ANY ('{1017,5250}'::integer[]))
Filter: (channel_id IS NOT NULL)
-> Bitmap Index Scan on tbl_logins_pkey (cost=0.00..8.56 rows=2 width=0)
Index Cond: (id = ANY ('{1017,5250}'::integer[]))