INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b97d10ef5dfbe398f70c37af92cecb2baefec0df4078e45a570973b27100cedc', 
    '8k7CRwRXD/LA7BLO4SsD/p7nRetAiEXm+tldt+ZhvH0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)