select 
  count(*) cnt 
from 
  ushop_product_user_reports 
where 
  product_id = 194 
  and user_id = 0 
  and resolved = 'N'

Query time 0.00020

Result

cnt
0