SELECT 
  rating 
FROM 
  cscart_manual_rating 
WHERE 
  `object_id` = 137 
  AND `object_type` = 'company'

Query time 0.00153

JSON explain

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