SELECT 
  subscription_id 
FROM 
  q_product_subscriptions 
WHERE 
  product_id = 41087 
  AND user_id = 0

Query time 0.00031

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "Impossible WHERE noticed after reading const tables"
  }
}