INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7087fdda9f7e989b33f311562a1e755b47eb59bb9dae8a8e9280d6386e6d509c', 
    'SfmsZiyq54Sqgvi5LkL7e4jwyzAlHwBJq7ERZadtPOU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00027

Result

int(1)