INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '030a911d664325a1530c687b08d5fb88b2e72435371bfe4a2a24e8396be8b3ae', 
    'A8wHlPFPZnY6D9aNl7dxVJdLe8m13WKq3Y7cqrd85RQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00047

Result

int(1)