INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '61e7d744ba995489aca5ec9a7e9975eafdf30caa2f60c181b280c2ea671c0e13', 
    'RmYxV6rm9yVLonBahww6AotK86XiG7OJJnASAC9vJX0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00026

Result

int(1)