INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '008b0f5b2cabb6f51c3c02d8502e8bd63d07b13dd6f567c3a62b4a5552108092', 
    '7/7/UkEJE7Aah7xAE6g8OY6wLTqWD8uhppGNXytCT9U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00035

Result

int(1)