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

Query time 0.00030

Result

cnt
0