INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'ed4ab51e5f363a12ff28a66101138661e1bb44b6fb144462a5387da9582c9ab3', 
    'l1V8LnP/L5SIw7t+JXf3NurFZVFewCLoEWsL7DQSMBg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)