SELECT 
  updated_timestamp 
FROM 
  cscart_absolute_rating 
WHERE 
  `object_type` = 'company' 
  AND `object_id` = 137

Query time 0.00047

JSON explain

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