SELECT 
  subscription_id 
FROM 
  cscart_product_subscriptions 
WHERE 
  product_id = 1712 
  AND user_id = 0

Query time 0.00049

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "no matching row in const table"
  }
}