SELECT 
  * 
FROM 
  cscart_product_options_exceptions 
WHERE 
  product_id = 427 
ORDER BY 
  exception_id

Query time 0.00034

JSON explain

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