INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'bed141144052db413ab805c5cfcaf579c0862781cfa65078a69ce92bd10647e2', 
    'dPCwlNspsqEZTkkI+eYY0nXLABLNCrZPzsIlVy2VQws=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)