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

Query time 0.00033

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_subscriptions",
      "access_type": "ref",
      "possible_keys": ["pe", "pd"],
      "key": "pd",
      "key_length": "6",
      "used_key_parts": ["product_id", "user_id"],
      "ref": ["const", "const"],
      "rows": 1,
      "filtered": 100,
      "using_index": true
    }
  }
}