INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'efded05054061590aac8e55d0f0e0af1167cb2ef522ebb23b1b569a83e115de4', 
    'W8iP5Ofg8XUXv4iYJoXWyAtzefcj7fgSKvqoPfLmGYU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)