INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c6e8171187acba1acd2519d36b09f125ef6753cdf4364422981d5db5c3372eb3', 
    'wsiaCzl6OTvK3qILzAbWR2OTLmXhnFjG5M748AuVNT4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00102

Result

int(1)