INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0888477ec3742c25d40e41d288bec6612814d33e2ee6f0d3f577ed29683e8bdb', 
    '+lwzsuyAhPtAXw6RZxDTF+8G3pGfNU+usarAMQozthQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00012

Result

int(1)