INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '7049798322c39cb726f56eece1f9bd4fdf03161c0fd1fc02445e6e536ef920de', 
    '1uJSQINxZ6i9PeUy4UVu2wdQyG11png/GxpttbRYz2U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00048

Result

int(1)