INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'c8ee9230167ea808251e3b445a43275ff2559192e1dc5ebefb66358e0bef1592', 
    'Th4FZ5pTIA/7XaFnGdMGRqmZkVObVniiBO4KZQzH+dM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)