INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '8c586e9041a6519f6342f35a15844e1da1928ec58d82ec4b971a91ebda92008e', 
    'Ud3tN8hXFN9jgrshciwtgKNSPhqkhnss7NhQsZTAgAQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00057

Result

int(1)