SELECT 
  options_type, 
  exceptions_type 
FROM 
  cscart_products 
WHERE 
  product_id = 2029

Query time 0.00648

JSON explain

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