INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e37c728e0d6595e84cfd23a2a96a30c5981ed14478761c05ffa958486eeeaa70', 
    '5LzSztys/Gq4Y8CaVZ8xd6Q/511YsDNP+eNbS7dxOQU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00023

Result

int(1)