INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '047e27c29e079bbdf202f5932c8979bc819887ac5423d7951ddf27b84d6d06f8', 
    'yNPC0Jc4UyM8KcoEPxzMcOyurV82PRmYTIlEsVq19TM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)