INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4035be396beb4ab480b9adef9f02eac3c945805ae9b9cd0f231d3b7f72a873ed', 
    'CThbaLh1yxZ3n+brPpw+8hfTj7F6rXED+opXuqushGM=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00044

Result

int(1)