SELECT 
  rating 
FROM 
  cscart_absolute_rating 
WHERE 
  `object_id` = 9 
  AND `object_type` = 'company'

Query time 0.00020

JSON explain

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