INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0ce18ff539c0a722fc905e41798ac7487d7e70d22dfbe27b564f4c3193c31266', 
    'I/rhvHQ4vhtZ2un20EY+wdv1gbCsj9QenK+ecSwIJc0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)