SELECT 
  * 
FROM 
  cscart_product_options_exceptions 
WHERE 
  product_id = 3917 
ORDER BY 
  exception_id

Query time 0.00058

JSON explain

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